Skip to content

Commit 6dfd8c1

Browse files
authored
Merge pull request #16 from IJMacD/patch-1
Fixed typo
2 parents 400e734 + 152d4b8 commit 6dfd8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ES2016.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ES2016 includes the following new features:
1515
---
1616

1717
### `Array.prototype.includes`
18-
This one is a bit like `indexOf` and very useful to the language by relying on returinng true or false, not `0`.
18+
This one is a bit like `indexOf` and very useful to the language by relying on returning true or false, not `0`.
1919

2020

2121
#### Syntax:

0 commit comments

Comments
 (0)