File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2058,7 +2058,7 @@ describe('MDC-based MatMenu', () => {
2058
2058
. toBe ( true ) ;
2059
2059
} ) ) ;
2060
2060
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 ( ( ) => {
2062
2062
compileTestComponent ( ) ;
2063
2063
instance . rootTriggerEl . nativeElement . click ( ) ;
2064
2064
fixture . detectChanges ( ) ;
Original file line number Diff line number Diff line change @@ -2053,7 +2053,7 @@ describe('MatMenu', () => {
2053
2053
. toBe ( true ) ;
2054
2054
} ) ) ;
2055
2055
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 ( ( ) => {
2057
2057
compileTestComponent ( ) ;
2058
2058
instance . rootTriggerEl . nativeElement . click ( ) ;
2059
2059
fixture . detectChanges ( ) ;
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ between content within a single page.
96
96
elements as the "tabs". You should use this component when you want your cross-page navigation to
97
97
look like a tabbed interface. As a rule of thumb, you should consider ` MatTabNavBar ` if changing
98
98
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 .
100
100
Furthermore, consider placing your ` <router-outlet> ` inside of a
101
101
[ landmark region] ( https://www.w3.org/TR/wai-aria-1.1/#dfn-landmark ) appropriate to the page.
102
102
You can’t perform that action at this time.
0 commit comments