Skip to content

Commit

Permalink
docs: 📚️ fixed typo #129
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-jiraiya committed May 26, 2021
1 parent d04de39 commit e7794c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building-blocks/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function MyComponent() {
i18n.changeLanguage(language);
};
// The nested objects are intellisense supported ✅
return <div>{t(translations.HomePage.Features.someItem}</div>;
return <div>{t(translations.HomePage.Features.someItem)}</div>;
}
```

Expand Down

0 comments on commit e7794c8

Please sign in to comment.