docs: fix typo in testing guide (#26828)

PR Close #26828
This commit is contained in:
Courtney Pattison 2018-10-29 10:23:39 -07:00 committed by Andrew Kushnir
parent c5b67b95b7
commit 638375b7ca
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ You can fine-tune many options by editing the `karma.conf.js` and
the `test.ts` files in the `src/` folder.
The `karma.conf.js` file is a partial karma configuration file.
The CLI constructs the full runtime configuration in memory,based on application structure specified in the `angular.json` file, supplemented by `karma.conf.js`.
The CLI constructs the full runtime configuration in memory, based on application structure specified in the `angular.json` file, supplemented by `karma.conf.js`.
Search the web for more details about Jasmine and karma configuration.