diff --git a/index.js b/index.js index dbdf848a..c16c45ef 100644 --- a/index.js +++ b/index.js @@ -1656,7 +1656,7 @@ class Encore { * ) * ``` * - * Be aware than using this method will also reset the current + * Be aware that using this method will also reset the current * webpack configuration. * * @param {string} environment @@ -1681,7 +1681,7 @@ class Encore { /** * Check if Encore was either called through - * the CLI utility or after being manually intialized + * the CLI utility or after being manually initialized * using Encore.configureRuntimeEnvironment. * * @returns {boolean} @@ -1693,7 +1693,7 @@ class Encore { /** * Clear the runtime environment. * - * Be aware than using this method will also reset the + * Be aware that using this method will also reset the * current webpack configuration. * * @returns {void}