Skip to content

Commit 4485ee4

Browse files
committed
Fix typos in JSDoc
1 parent 876de53 commit 4485ee4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,7 @@ class Encore {
16551655
* )
16561656
* ```
16571657
*
1658-
* Be aware than using this method will also reset the current
1658+
* Be aware that using this method will also reset the current
16591659
* webpack configuration.
16601660
*
16611661
* @param {string} environment
@@ -1680,7 +1680,7 @@ class Encore {
16801680

16811681
/**
16821682
* Check if Encore was either called through
1683-
* the CLI utility or after being manually intialized
1683+
* the CLI utility or after being manually initialized
16841684
* using Encore.configureRuntimeEnvironment.
16851685
*
16861686
* @returns {boolean}
@@ -1692,7 +1692,7 @@ class Encore {
16921692
/**
16931693
* Clear the runtime environment.
16941694
*
1695-
* Be aware than using this method will also reset the
1695+
* Be aware that using this method will also reset the
16961696
* current webpack configuration.
16971697
*
16981698
* @returns {void}

0 commit comments

Comments
 (0)