diff --git a/lcci/08.07.Permutation I/README_EN.md b/lcci/08.07.Permutation I/README_EN.md index 1d7a715dfb71f..24cd06be08222 100644 --- a/lcci/08.07.Permutation I/README_EN.md +++ b/lcci/08.07.Permutation I/README_EN.md @@ -29,7 +29,7 @@

Note:

    -
  1. All charaters are English letters.
  2. +
  3. All characters are English letters.
  4. 1 <= S.length <= 9
@@ -95,7 +95,7 @@ class Solution { } ``` -### **JavaSript** +### **JavaScript** ```js /**