Skip to content

Commit ae376df

Browse files
authored
docs: fix incorrect anchor link casing (#1050)
1 parent cb28df7 commit ae376df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/website/docs/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ removeFew = async () => {
461461
462462
## `clear`
463463
464-
Removes **whole** `AsyncStorage` data, for all clients, libraries, etc. You probably want to use [removeItem](#removeItem) or [multiRemove](#multiRemove) to clear only your App's keys.
464+
Removes **whole** `AsyncStorage` data, for all clients, libraries, etc. You probably want to use [removeItem](#removeitem) or [multiRemove](#multiremove) to clear only your App's keys.
465465
466466
**Signature**:
467467

0 commit comments

Comments
 (0)