Skip to content

Commit f41dda2

Browse files
committed
Fix typos in JSDoc
1 parent 2b8a0e5 commit f41dda2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1656,7 +1656,7 @@ class Encore {
16561656
* )
16571657
* ```
16581658
*
1659-
* Be aware than using this method will also reset the current
1659+
* Be aware that using this method will also reset the current
16601660
* webpack configuration.
16611661
*
16621662
* @param {string} environment
@@ -1681,7 +1681,7 @@ class Encore {
16811681

16821682
/**
16831683
* Check if Encore was either called through
1684-
* the CLI utility or after being manually intialized
1684+
* the CLI utility or after being manually initialized
16851685
* using Encore.configureRuntimeEnvironment.
16861686
*
16871687
* @returns {boolean}
@@ -1693,7 +1693,7 @@ class Encore {
16931693
/**
16941694
* Clear the runtime environment.
16951695
*
1696-
* Be aware than using this method will also reset the
1696+
* Be aware that using this method will also reset the
16971697
* current webpack configuration.
16981698
*
16991699
* @returns {void}

0 commit comments

Comments
 (0)