Skip to content

Commit a404580

Browse files
jeripeierSBBandrewseguin
authored andcommitted
docs: rename navgating to navigating (#24216)
(cherry picked from commit 7d6417a)
1 parent 31c8fc1 commit a404580

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/material-experimental/mdc-menu/menu.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2058,7 +2058,7 @@ describe('MDC-based MatMenu', () => {
20582058
.toBe(true);
20592059
}));
20602060

2061-
it('should restore focus to a nested trigger when navgating via the keyboard', fakeAsync(() => {
2061+
it('should restore focus to a nested trigger when navigating via the keyboard', fakeAsync(() => {
20622062
compileTestComponent();
20632063
instance.rootTriggerEl.nativeElement.click();
20642064
fixture.detectChanges();

src/material/menu/menu.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2053,7 +2053,7 @@ describe('MatMenu', () => {
20532053
.toBe(true);
20542054
}));
20552055

2056-
it('should restore focus to a nested trigger when navgating via the keyboard', fakeAsync(() => {
2056+
it('should restore focus to a nested trigger when navigating via the keyboard', fakeAsync(() => {
20572057
compileTestComponent();
20582058
instance.rootTriggerEl.nativeElement.click();
20592059
fixture.detectChanges();

src/material/tabs/tabs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ between content within a single page.
9696
elements as the "tabs". You should use this component when you want your cross-page navigation to
9797
look like a tabbed interface. As a rule of thumb, you should consider `MatTabNavBar` if changing
9898
tabs would change the browser URL. For all navigation, including with `MatTabNavBar`, always move
99-
browser focus to an element at the beginning of the content to which the user is navgating.
99+
browser focus to an element at the beginning of the content to which the user is navigating.
100100
Furthermore, consider placing your `<router-outlet>` inside of a
101101
[landmark region](https://www.w3.org/TR/wai-aria-1.1/#dfn-landmark) appropriate to the page.
102102

0 commit comments

Comments
 (0)