From 2b28c540ad7ebf4a9c3a6f108a9cb5b673d3712d Mon Sep 17 00:00:00 2001 From: comet Date: Mon, 27 Jan 2020 19:49:55 -0600 Subject: [PATCH] docs(*): fix spelling errors Closes #16942 --- CONTRIBUTING.md | 2 +- src/ng/compile.js | 2 +- test/ng/directive/selectSpec.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 57c7dd2d6..8791df3f0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -172,7 +172,7 @@ restarted. git push origin my-fix-branch -f ``` - This is generally easier to follow, but seperate commits are useful if the Pull Request contains + This is generally easier to follow, but separate commits are useful if the Pull Request contains iterations that might be interesting to see side-by-side. That's it! Thank you for your contribution! diff --git a/src/ng/compile.js b/src/ng/compile.js index 36b60209f..bef1dbb35 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -1026,7 +1026,7 @@ * * When the original node and the replace template declare the same directive(s), they will be * {@link guide/compiler#double-compilation-and-how-to-avoid-it compiled twice} because the compiler - * does not deduplicate them. In many cases, this is not noticable, but e.g. {@link ngModel} will + * does not deduplicate them. In many cases, this is not noticeable, but e.g. {@link ngModel} will * attach `$formatters` and `$parsers` twice. * * See issue [#2573](https://github.com/angular/angular.js/issues/2573). diff --git a/test/ng/directive/selectSpec.js b/test/ng/directive/selectSpec.js index 53b5e4c50..55818d00a 100644 --- a/test/ng/directive/selectSpec.js +++ b/test/ng/directive/selectSpec.js @@ -349,7 +349,7 @@ describe('select', function() { }); - it('should only call selectCtrl.writeValue after a digest has occured', function() { + it('should only call selectCtrl.writeValue after a digest has occurred', function() { scope.mySelect = 'B'; scope.$apply();