Skip to content

Commit

Permalink
docs(ngInclude): Typo fixed
Browse files Browse the repository at this point in the history
Typo fixed
  • Loading branch information
SekibOmazic authored and Narretz committed Jan 16, 2015
1 parent 2b64f6e commit 3ae79c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng/directive/ngInclude.js
Original file line number Diff line number Diff line change
@@ -173,7 +173,7 @@
* @name ngInclude#$includeContentError
* @eventType emit on the scope ngInclude was declared in
* @description
* Emitted when a template HTTP request yields an erronous response (status < 200 || status > 299)
* Emitted when a template HTTP request yields an erroneous response (status < 200 || status > 299)
*
* @param {Object} angularEvent Synthetic event object.
* @param {String} src URL of content to load.

0 comments on commit 3ae79c0

Please sign in to comment.