Skip to content

Commit

Permalink
Fix typos in JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Sep 2, 2024
1 parent 2b8a0e5 commit f41dda2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}
Expand All @@ -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}
Expand Down

0 comments on commit f41dda2

Please sign in to comment.