浏览代码

Corrected typo "am" to "an"

SridharrajS 10 年之前
父节点
当前提交
8c8e4004b5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/_i18n/en/documentation/methods.md

+ 2 - 2
docs/_i18n/en/documentation/methods.md

@@ -30,13 +30,13 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter);`.
     <tr>
         <td>getSelections</td>
         <td>none</td>
-        <td>Return selected rows, when no record selected, am empty array will return.</td>
+        <td>Return selected rows, when no record selected, an empty array will return.</td>
         <td>getSelections</td>
     </tr>
     <tr>
         <td>getAllSelections</td>
         <td>none</td>
-        <td>Return all selected rows contain search or filter, when no record selected, am empty array will return.</td>
+        <td>Return all selected rows contain search or filter, when no record selected, an empty array will return.</td>
         <td>getAllSelections</td>
     </tr>
     <tr>