浏览代码

Merge pull request #95 from programminghoch10/patch-1

Fix typo in README.md
Martin Kleppe 5 年之前
父节点
当前提交
64e5cd874c
共有 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