diff --git a/topics/reference_guide/localization/providing_translations.md b/topics/reference_guide/localization/providing_translations.md
index 964a5cffc..e8680ffe2 100644
--- a/topics/reference_guide/localization/providing_translations.md
+++ b/topics/reference_guide/localization/providing_translations.md
@@ -163,7 +163,7 @@ The lookup order is as follows:
### Example
-Consider that the current IDE language is set to Simplified Chinese (`zh_CN`).
+Assume that the current IDE language is set to Simplified Chinese (`zh_CN`).
To find an example messages/MyBundle.properties message bundle for this language, the locations will be searched in the following order:
1. localization/zh/CN/messages/MyBundle.properties (region level)
2. messages/MyBundle_zh_CN.properties (region level)