Skip to content

Commit 0fd28ad

Browse files
Merge pull request #1291 from vlajos/typofixes-20140825
fix(docs): Fixed a few typos
2 parents f013dad + 080c061 commit 0fd28ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

release/angular-ui-router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ angular.module('ui.router.util').service('$templateFactory', $TemplateFactory);
658658
* URL matching this matcher (i.e. any string for which {@link ui.router.util.type:UrlMatcher#methods_exec exec()} returns
659659
* non-null) will start with this prefix.
660660
*
661-
* @property {string} source The pattern that was passed into the contructor
661+
* @property {string} source The pattern that was passed into the constructor
662662
*
663663
* @property {string} sourcePath The path portion of the source property
664664
*

sample/app/contacts/contacts-service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ angular.module('uiRouterSample.contacts.service', [
22

33
])
44

5-
// A RESTful factory for retreiving contacts from 'contacts.json'
5+
// A RESTful factory for retrieving contacts from 'contacts.json'
66
.factory('contacts', ['$http', function ($http, utils) {
77
var path = 'assets/contacts.json';
88
var contacts = $http.get(path).then(function (resp) {

src/urlMatcherFactory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
* URL matching this matcher (i.e. any string for which {@link ui.router.util.type:UrlMatcher#methods_exec exec()} returns
4949
* non-null) will start with this prefix.
5050
*
51-
* @property {string} source The pattern that was passed into the contructor
51+
* @property {string} source The pattern that was passed into the constructor
5252
*
5353
* @property {string} sourcePath The path portion of the source property
5454
*

0 commit comments

Comments
 (0)