From b62f972687c187a12aa5f5950bfd361420f0d055 Mon Sep 17 00:00:00 2001 From: MisRob Date: Thu, 15 Feb 2024 13:45:20 +0100 Subject: [PATCH] Fix dev docs typo --- docs/i18n.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$ };