Skip to content

Commit

Permalink
doc: fix use unauthenticated settings docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abrgr authored Oct 22, 2023
1 parent 7a98c9e commit 8159366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/features/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Be sure to record the `orgId` provided by this command.
## Usage

```javascript
import { useUnauthenticatedToggle } from "@statebacked/headless";
import { useUnauthenticatedSettings } from "@statebacked/headless";

export const YourComponent = () => {
const {
Expand Down

0 comments on commit 8159366

Please sign in to comment.