Skip to content

Commit e8093e9

Browse files
shannonarchereddyerburgh
authored andcommitted
docs: fix spelling error in karma test docs (#988)
1 parent 6ee8558 commit e8093e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guides/testing-single-file-components-with-karma.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Install `karma-coverage`, `babel-plugin-istanbul`, and `cross-env`:
138138
npm install --save-dev karma-coverage cross-env
139139
```
140140

141-
We're going to use `cross-env` to set a `BABEL_ENV` environment variable. This way we can use `babel-plugin-istanbul` when we're compiling for our tests—we don't want to include `babel-plugin-istnabul` when we compile our production code:
141+
We're going to use `cross-env` to set a `BABEL_ENV` environment variable. This way we can use `babel-plugin-istanbul` when we're compiling for our tests—we don't want to include `babel-plugin-istanbul` when we compile our production code:
142142

143143
```
144144
npm install --save-dev babel-plugin-istanbul

0 commit comments

Comments
 (0)