瀏覽代碼

Fix typo in README.md

programminghoch10 5 年之前
父節點
當前提交
396c6fdc35
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -270,7 +270,7 @@ Note: This symbol could also be replaced by others, like `<` or `=`. See the sec
 
 ### `!X` – Cast to Boolean
 
-The logical "Not" operator can be used to create booelans `false` and `true`:
+The logical "Not" operator can be used to create booleans `false` and `true`:
 
 ```js
  ![] // false