Skip to content

Commit

Permalink
Merge pull request #7 from sepehr-safari/patch-7
Browse files Browse the repository at this point in the history
docs: typo in babel.mdx
  • Loading branch information
sepehr-safari authored Jul 3, 2022
2 parents 7fadf16 + e7ce1f5 commit 060a4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/babel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Jotai is based on object references and not keys (like Recoil). This means there

However, this can quickly become cumbersome to add a `debugLabel` to every atom.

This `babel` plugin adds a `debugLabel` to every atom, based on its identifer.
This `babel` plugin adds a `debugLabel` to every atom, based on its identifier.

The plugin transforms this code:

Expand Down

0 comments on commit 060a4da

Please sign in to comment.