Aidan Follestad %!s(int64=10) %!d(string=hai) anos
pai
achega
c7d3f3a890
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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 }`.
 
 ---