diff --git a/docs/_pages/config-json.md b/docs/_pages/config-json.md
index 5c100ab662f4..8d99627c03cd 100755
--- a/docs/_pages/config-json.md
+++ b/docs/_pages/config-json.md
@@ -165,7 +165,7 @@ Example of ***scheduler***
| Description | Default |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
-| ***initial\_loss\_scale\_power*** is a **fp16** parameter representing the power of the initial dynamic loss scale value. The actual loss scale is computed as 2***initial\_loss\_scale\_power***. | `32` |
+| ***initial\_scale\_power*** is a **fp16** parameter representing the power of the initial dynamic loss scale value. The actual loss scale is computed as 2***initial\_scale\_power***. | `32` |
***fp16:loss\_scale\_window***: [integer]