From cdbec67032185ed89190eeea7766dc4b71dd39a7 Mon Sep 17 00:00:00 2001 From: Marios Radis Date: Tue, 23 Mar 2021 20:30:55 +0200 Subject: [PATCH] docs: spelling changes in app.e2e-spec and validate-spec files (#41331) PR Close #41331 --- aio/tests/e2e/src/app.e2e-spec.ts | 2 +- dev-infra/commit-message/validate.spec.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/tests/e2e/src/app.e2e-spec.ts b/aio/tests/e2e/src/app.e2e-spec.ts index c96220249ae..442c840ff0d 100644 --- a/aio/tests/e2e/src/app.e2e-spec.ts +++ b/aio/tests/e2e/src/app.e2e-spec.ts @@ -144,7 +144,7 @@ describe('site App', () => { it('should have contributors listed in each group', async () => { // WebDriver calls `scrollIntoView()` on the element to bring it into the visible area of the // browser, before clicking it. By default, this aligns the top of the element to the top of - // the window. As a result, the element may end up behing the fixed top menu, thus being + // the window. As a result, the element may end up behind the fixed top menu, thus being // unclickable. To avoid this, we click the element directly using JavaScript instead. const clickButton = (elementFinder: ElementFinder) => browser.executeScript('arguments[0].click()', elementFinder); diff --git a/dev-infra/commit-message/validate.spec.ts b/dev-infra/commit-message/validate.spec.ts index 24fb996698c..93c4b0ab93d 100644 --- a/dev-infra/commit-message/validate.spec.ts +++ b/dev-infra/commit-message/validate.spec.ts @@ -63,7 +63,7 @@ describe('validate-commit-message.js', () => { }); it('should skip max length limit for URLs', () => { - const msg = 'fix(compiler): this is just an usual commit message tile\n\n' + + const msg = 'fix(compiler): this is just a usual commit message title\n\n' + 'This is a normal commit message body which does not exceed the max length\n' + 'limit. For more details see the following super long URL:\n\n' + 'https://github.com/angular/components/commit/e2ace018ddfad10608e0e32932c43dcfef4095d7#diff-9879d6db96fd29134fc802214163b95a';