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 @@ -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 ( ) ;
Original file line number Diff line number Diff 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 ( ) ;
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ between content within a single page.
9696elements as the "tabs". You should use this component when you want your cross-page navigation to
9797look like a tabbed interface. As a rule of thumb, you should consider ` MatTabNavBar ` if changing
9898tabs 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 .
100100Furthermore, 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
You can’t perform that action at this time.
0 commit comments