From fac9f562ee6929abfc6fbdfc4cda2f7bc0469059 Mon Sep 17 00:00:00 2001 From: Max Dmitriev <38819868+itmaxxx@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:30:19 +0300 Subject: [PATCH] Fix typo in I18n.md (#5796) --- docs/modules/I18n.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/I18n.md b/docs/modules/I18n.md index a6af61b64..beac9c5f3 100644 --- a/docs/modules/I18n.md +++ b/docs/modules/I18n.md @@ -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. @@ -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 ```