File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ restarted.
172
172
git push origin my-fix-branch -f
173
173
` ` `
174
174
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
176
176
iterations that might be interesting to see side-by-side.
177
177
178
178
That' s it! Thank you for your contribution!
Original file line number Diff line number Diff line change 1026
1026
*
1027
1027
* When the original node and the replace template declare the same directive(s), they will be
1028
1028
* {@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
1030
1030
* attach `$formatters` and `$parsers` twice.
1031
1031
*
1032
1032
* See issue [#2573](https://github.com/angular/angular.js/issues/2573).
Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ describe('select', function() {
349
349
} ) ;
350
350
351
351
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 ( ) {
353
353
scope . mySelect = 'B' ;
354
354
scope . $apply ( ) ;
355
355
You can’t perform that action at this time.
0 commit comments