Skip to content

Commit ff0d05a

Browse files
committed
fix: fix lint
1 parent 6079686 commit ff0d05a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export default function App() {
227227
placeholderTextColor="blue"
228228
selectionColor="red"
229229
cursorColor="yellow"
230-
autocapitalize="sentences"
230+
autoCapitalize="sentences"
231231
defaultValue={defaultValue}
232232
onChangeText={handleChangeText}
233233
onChangeHtml={handleChangeHtml}

0 commit comments

Comments
 (0)