Merge pull request #20119 from angeliski/fix-doc-typo

fix typo in internationalization doc
This commit is contained in:
Patrik Oldsberg
2023-09-23 02:51:44 +02:00
committed by GitHub
+1 -1
View File
@@ -30,7 +30,7 @@ And the using this messages in your components like:
```tsx
import { useTranslationRef } from '@backstage/core-plugin-api/alpha';
const { t } = useTranslationRef(userSettingsTranslationRef);
const { t } = useTranslationRef(myPluginTranslationRef);
return (
<PageHeader title={t('index_page_title')}>