Skip to content

Commit a3f5a5c

Browse files
committed
Merge pull request johnpapa#193 from alecxe/patch-1
Fixing minor typo and adding link to sinonjs
2 parents 80fb1e8 + e7f3a57 commit a3f5a5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2166,7 +2166,7 @@ While this guide explains the *what*, *why* and *how*, I find it helpful to see
21662166
### Configuration
21672167
###### [Style [Y170](#style-y170)]
21682168
2169-
- Inject code into [module configuration](https://docs.angularjs.org/guide/module#module-loading-dependencies) that must be configured before running the angular app. Ideal candidaes include providers and constants.
2169+
- Inject code into [module configuration](https://docs.angularjs.org/guide/module#module-loading-dependencies) that must be configured before running the angular app. Ideal candidates include providers and constants.
21702170
21712171
*Why?*: This makes it easier to have a less places for configuration.
21722172
@@ -2290,7 +2290,7 @@ Unit testing helps maintain clean code, as such I included some of my recommenda
22902290
### Stubbing and Spying
22912291
###### [Style [Y193](#style-y193)]
22922292
2293-
- Use Sinon for stubbing and spying.
2293+
- Use [Sinon](http://sinonjs.org/) for stubbing and spying.
22942294
22952295
*Why?*: Sinon works well with both Jasmine and Mocha and extends the stubbing and spying features they offer.
22962296

0 commit comments

Comments
 (0)