Skip to content

Commit

Permalink
Fix dev docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MisRob committed Feb 15, 2024
1 parent 81e1989 commit b62f972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/i18n.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Common strings modules should typically have a translator created using the ``cr
export default {
name: 'someComponent',
setup() {
const { myCoolString$, stringWithArgument$ } = commonStringsModule();
const { myCoolString$, stringWithArgument$ } = commonStringsModule;
return {
myCoolString$, stringWithArgument$
};
Expand Down

0 comments on commit b62f972

Please sign in to comment.