diff --git a/es6.md b/es6.md index 1b7ecd378..4c21a5fa4 100644 --- a/es6.md +++ b/es6.md @@ -67,7 +67,7 @@ See: [Binary and octal literals](http://babeljs.io/docs/learn-es2015/#binary-and ```js "hello".repeat(3) -"hello".contains("ll") +"hello".includes("ll") "\u1E9B\u0323".normalize("NFC") ```