Skip to content

Commit

Permalink
Fix typo in I18n.md (#5796)
Browse files Browse the repository at this point in the history
  • Loading branch information
itmaxxx committed Apr 15, 2024
1 parent c3322e7 commit fac9f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/I18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Now the editor will be translated in Italian for those browsers which default la
## Update strings

If you need to change some default language strings you can easily update them by using [I18n API](/api/i18n.html).
To find the correth path of the string you can check the [`en` locale file] and follow its inner path inside the locale object.
To find the correct path of the string you can check the [`en` locale file] and follow its inner path inside the locale object.

Let's say we want to update the default message of the empty state in Style Manager when no elements are selected.

Expand Down Expand Up @@ -167,7 +167,7 @@ plugin-dir
- ...
- src
- index.js
- locale // create the locale foldar in your src
- locale // create the locale folder in your src
- en.js // All default strings should be placed here
```

Expand Down

0 comments on commit fac9f56

Please sign in to comment.