Skip to content

Commit

Permalink
docs: fix incorrect anchor link casing (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbm03 committed Jan 8, 2024
1 parent cb28df7 commit ae376df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ removeFew = async () => {
## `clear`
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.
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.
**Signature**:
Expand Down

0 comments on commit ae376df

Please sign in to comment.