ソースを参照

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>