Piotrek Koszuliński 5 年之前
父节点
当前提交
c9ba876924
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      docs/features/keyboard-support.md

+ 5 - 5
docs/features/keyboard-support.md

@@ -64,25 +64,25 @@ Below is a list of the most important keystrokes supported by CKEditor 5 and its
 			<td colspan="2"><kbd>Tab</kbd></td>
 		</tr>
 		<tr>
-			<th colspan="3">When a widget is selected (e.g., image, table, horizontal line, etc.)</th>
+			<th colspan="3">When a widget is selected (for example: image, table, horizontal line, etc.)</th>
 		</tr>
 		<tr>
-			<td>Insert paragraph directly after widget</td>
+            <td>Insert a new paragraph directly after a widget</td>
 			<td colspan="2"><kbd>Enter</kbd></td>
 		</tr> 
 		<tr>
-			<td>Insert new paragraph directly before widget</td>
+			<td>Insert a new paragraph directly before a widget</td>
 			<td colspan="2"><kbd>Shift</kbd> + <kbd>Enter</kbd></td>
 		</tr>
 		<tr>
 			<th colspan="3">In a table cell</th>
 		</tr>
 		<tr>
-			<td>Move selection to the next cell</td>
+			<td>Move the selection to the next cell</td>
 			<td colspan="2"><kbd>Tab</kbd></td>
 		</tr>
 		<tr>
-			<td>Move selection to the previous cell</td>
+			<td>Move the selection to the previous cell</td>
 			<td colspan="2"><kbd>Shift</kbd> + <kbd>Tab</kbd></td>
 		</tr>
 		<tr>