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 b47ea97a48
commit 5f616ca613

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 `test.ts` files in the `src/` folder.
The `karma.conf.js` file is a partial karma configuration file. 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. Search the web for more details about Jasmine and karma configuration.