Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Feb 10, 2019
1 parent f30ea49 commit daf252d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ some of those methods you need to access the matching property of the `KodeEdito
| Name | Description | Type |
|------|-------------|------|
| text | Sets the given text in the editor. | String |
| setText(@StringRes) | Sets the given strint resource as the text in the editor. | Int |
| setText(@StringRes) | Sets the given string resource as the text in the editor. | Int |
| syntaxHighlighter | Gets/Sets the active syntax highlighter. Use `null` to disable highlighting altogether. | SyntaxHighlighter? |
| editable | Gets/Sets if the editor content is editable. | Boolean |

Expand All @@ -190,7 +190,7 @@ To acces these API methods use the `codeEditorLayout.codeEditorView` property.
| Name | Description | Type |
|------|-------------|------|
| text | Sets the given text in the editor. | String |
| setText(@StringRes) | Sets the given strint resource as the text in the editor. | Int |
| setText(@StringRes) | Sets the given string resource as the text in the editor. | Int |
| getLineCount() | Returns the current line count. | Long |
| syntaxHighlighter | Gets/Sets the active syntax highlighter. Use `null` to disable highlighting altogether. | SyntaxHighlighter? |
| editable | Gets/Sets if the editor content is editable. | Boolean |
Expand Down

0 comments on commit daf252d

Please sign in to comment.