瀏覽代碼

Docs: Fixed docs in ToolbarView tests.

Aleksander Nowodzinski 9 年之前
父節點
當前提交
d3f02843cb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-ui/tests/toolbar/toolbarview.js

+ 1 - 1
packages/ckeditor5-ui/tests/toolbar/toolbarview.js

@@ -76,7 +76,7 @@ describe( 'ToolbarView', () => {
 			} );
 		} );
 
-		describe( 'activates keyboard navigation for the list', () => {
+		describe( 'activates keyboard navigation for the toolbar', () => {
 			it( 'so "arrowup" focuses previous focusable item', () => {
 				const keyEvtData = {
 					keyCode: keyCodes.arrowup,