Skip to content

Commit 5c3076a

Browse files
authored
fix typo (#2239)
1 parent c82406f commit 5c3076a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/incubator/TextField/textField.api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
],
9797
"snippet": [
9898
"<TextField",
99-
" placeholder={'Placeholder$1}",
99+
" placeholder={'Placeholder'$1}",
100100
" floatingPlaceholder",
101101
" onChangeText={() => console.log('changed')$2}",
102102
" enableErrors",

0 commit comments

Comments
 (0)