Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 509029b

Browse files
cometgkalpak
comet
authored andcommitted
docs(*): fix spelling errors
Closes angular#16942
1 parent 1d97cf9 commit 509029b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ restarted.
172172
git push origin my-fix-branch -f
173173
```
174174

175-
This is generally easier to follow, but seperate commits are useful if the Pull Request contains
175+
This is generally easier to follow, but separate commits are useful if the Pull Request contains
176176
iterations that might be interesting to see side-by-side.
177177

178178
That's it! Thank you for your contribution!

src/ng/compile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@
10261026
*
10271027
* When the original node and the replace template declare the same directive(s), they will be
10281028
* {@link guide/compiler#double-compilation-and-how-to-avoid-it compiled twice} because the compiler
1029-
* does not deduplicate them. In many cases, this is not noticable, but e.g. {@link ngModel} will
1029+
* does not deduplicate them. In many cases, this is not noticeable, but e.g. {@link ngModel} will
10301030
* attach `$formatters` and `$parsers` twice.
10311031
*
10321032
* See issue [#2573](https://github.com/angular/angular.js/issues/2573).

test/ng/directive/selectSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ describe('select', function() {
349349
});
350350

351351

352-
it('should only call selectCtrl.writeValue after a digest has occured', function() {
352+
it('should only call selectCtrl.writeValue after a digest has occurred', function() {
353353
scope.mySelect = 'B';
354354
scope.$apply();
355355

0 commit comments

Comments
 (0)