Jelajahi Sumber

Typo fixes.

Aidan Follestad 10 tahun lalu
induk
melakukan
c7d3f3a890
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -163,7 +163,7 @@ new MaterialDialog.Builder(this)
         .show();
 ```
 
-If you want to preselected an item, pass an index 0 or greater in place of -1 in `itemsCallbackSingleChoice()`.
+If you want to preselect an item, pass an index 0 or greater in place of -1 in `itemsCallbackSingleChoice()`.
 
 ---
 
@@ -190,7 +190,7 @@ new MaterialDialog.Builder(this)
         .show();
 ```
 
-If you want to preselected item(s), pass an array of indices in place of null in `itemsCallbackSingleChoice()`.
+If you want to preselect item(s), pass an array of indices in place of null in `itemsCallbackSingleChoice()`.
 For an example, `new Integer[] { 2, 5 }`.
 
 ---