Skip to content

Commit

Permalink
Merge pull request #2973 from ruiyangliu/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
fzaninotto authored Mar 7, 2019
2 parents 5e2c35f + b8abb4f commit c8ce5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-core/src/i18n/TranslationProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ interface ViewProps extends MappedProps, Props {}
/**
* Creates a translation context, available to its children
*
* Must be called withing a Redux app.
* Must be called within a Redux app.
*
* @example
* const MyApp = () => (
Expand Down

0 comments on commit c8ce5aa

Please sign in to comment.