Correction Spolier -> Spoiler (#34474)

This commit is contained in:
Quentin REY
2019-01-16 00:25:02 +01:00
committed by Tom
parent 722d136858
commit fa4ddea155

View File

@ -16,7 +16,7 @@ myRegex.test(threeAs) ; // true
myRegex.test(fourAs) ; // true
myRegex.test(sevenAs) ; // true
```
## Spolier Alert!
## Spoiler Alert!
Remember to use `\s` after `Oh{3,6}` to include a white space, followed by `no` to pass all test cases. All test cases are written using a capital O, however the testcases could also be passed by using `ignore-case` : `/oh{3,6}\sno/i`