Skip to content

Commit

Permalink
Fix docs: plugins typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Raiondesu committed Dec 20, 2023
1 parent e073569 commit 75c5f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ If `undefined` is returned, other matched plugins will be applied to the string
This context allows plugins to exchange information
and invoke the translation function recursively on different keys.
For example, if a plugin knows it's matched value contains a reference to another key,
For example, if a plugin knows its matched value contains a reference to another key,
it can call `this.translate(referencedKey, ...neededArgs)`
to start the translation process for the referenced key and get a string to return.
Expand Down

0 comments on commit 75c5f92

Please sign in to comment.