소스 검색

Update README.md

Aidan Follestad 10 년 전
부모
커밋
43ccfe5bc7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -288,7 +288,7 @@ it to display the action buttons below your list, however this is only useful in
 ### Custom List Dialogs
 
 Like Android's native dialogs, you can also pass in your own adapter via `.adapter()` to customize
-example how you want your list to work. You also have access to the dialog's list via `getListView()` method.
+exactly how you want your list to work. You also have access to the dialog's list via `getListView()` method.
 
 ```java
 MaterialDialog dialog = new MaterialDialog.Builder(this)