diff --git a/1-js/08-prototypes/03-native-prototypes/article.md b/1-js/08-prototypes/03-native-prototypes/article.md index 1bb4e713..7c116fda 100644 --- a/1-js/08-prototypes/03-native-prototypes/article.md +++ b/1-js/08-prototypes/03-native-prototypes/article.md @@ -2,7 +2,7 @@ The `"prototype"` property is widely used by the core of JavaScript itself. All built-in constructor functions use it. -We'll see how it works first, and then how to use it for adding new capabilities to built-in objects. +First we'll see at the details, and then how to use it for adding new capabilities to built-in objects. ## Object.prototype diff --git a/1-js/99-js-misc/11-currying-partials/article.md b/1-js/99-js-misc/03-currying-partials/article.md similarity index 100% rename from 1-js/99-js-misc/11-currying-partials/article.md rename to 1-js/99-js-misc/03-currying-partials/article.md