Skip to content

Commit

Permalink
Merge pull request #11878 from MisRob/dev-docs
Browse files Browse the repository at this point in the history
Fix dev docs typo
  • Loading branch information
rtibbles authored Feb 15, 2024
2 parents b10ab0b + b62f972 commit 5e7942d
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 5e7942d

Please sign in to comment.