Skip to content

Commit 93af81f

Browse files
committed
fix test and other typos. Feel so petty
1 parent 1b2660b commit 93af81f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/dll-app-and-vendor/0-vendor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This is the vendor build part.
22

33
It's built separatly from the app part. The vendors dll is only built when vendors has changed and not while the normal development cycle.
44

5-
The DllPlugin in combination with the `output.library` option exposes the internal require function as global variable in the target enviroment.
5+
The DllPlugin in combination with the `output.library` option exposes the internal require function as global variable in the target environment.
66

77
A manifest is creates which includes mappings from module names to internal ids.
88

examples/dll-app-and-vendor/0-vendor/template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This is the vendor build part.
22

33
It's built separatly from the app part. The vendors dll is only built when vendors has changed and not while the normal development cycle.
44

5-
The DllPlugin in combination with the `output.library` option exposes the internal require function as global variable in the target enviroment.
5+
The DllPlugin in combination with the `output.library` option exposes the internal require function as global variable in the target environment.
66

77
A manifest is creates which includes mappings from module names to internal ids.
88

test/statsCases/no-emit-on-errors-plugin-with-child-error/expected.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Entrypoint main = bundle.js
77
[0] ./index.js 0 bytes {0} [built]
88

99
WARNING in configuration
10-
The 'mode' option has not been set. Set 'mode' option to 'development' or 'production' to enable defaults for this enviroment.
10+
The 'mode' option has not been set. Set 'mode' option to 'development' or 'production' to enable defaults for this environment.
1111
Child child:
1212
Asset Size Chunks Chunk Names
1313
child.js 2.6 KiB 0 child

0 commit comments

Comments
 (0)