Skip to content

Commit

Permalink
docs: fix capitalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemaker1 committed Mar 10, 2024
1 parent 210e6d9 commit 9013c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/creating-a-store.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ hits per hour). Keys in the database should be prefixed with this value.
validation check also takes the `prefix` field into account and does not report
that a user is being double-counted if the stores have different prefixes.)

The `localKeys` field is an alternative to `prefix` for Stores such as the
The `localKeys` field is an alternative to `prefix` for stores such as the
MemoryStore where two instances will automatically keep separate counts. Setting
it to `true` will prevent false positives from the `singleCount` validation
check.
Expand Down Expand Up @@ -365,7 +365,7 @@ export default SomeStore
</CodeGroup>
### Using a custom Store
### Using a Custom Store
```ts
// Use `const ... = require('...')` instead if you are using CommonJS
Expand Down

0 comments on commit 9013c58

Please sign in to comment.