Pārlūkot izejas kodu

Merge pull request #95 from programminghoch10/patch-1

Fix typo in README.md
Martin Kleppe 5 gadi atpakaļ
vecāks
revīzija
64e5cd874c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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