Skip to content

Commit aa19819

Browse files
38elementseddyerburgh
authored andcommitted
docs: fix typo in testing-SFCs-with-karma.md (#391)
1 parent b792034 commit aa19819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/guides/testing-SFCs-with-karma.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Update your `.babelrc` file to use `babel-plugin-istanbul` when `BABEL_ENV` is s
160160
}
161161
```
162162

163-
Now update the karma.conf.js file to use coverage. Add `coverage` to the reporters array, and add a coverageReporters field:
163+
Now update the karma.conf.js file to use coverage. Add `coverage` to the reporters array, and add a coverageReporter field:
164164

165165
```js
166166
// karma.conf.js

0 commit comments

Comments
 (0)