diff --git a/docs/i18n.rst b/docs/i18n.rst index ee265b5343d..269eb859d62 100644 --- a/docs/i18n.rst +++ b/docs/i18n.rst @@ -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$ };