Skip to content

Commit 27196c7

Browse files
committed
un-translate cont
1 parent 00a22d4 commit 27196c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/forms.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class EssayForm extends React.Component {
144144
class FlavorForm extends React.Component {
145145
constructor(props) {
146146
super(props);
147-
this.state = {value: '椰子'};
147+
this.state = {value: 'coconut'};
148148
149149
this.handleChange = this.handleChange.bind(this);
150150
this.handleSubmit = this.handleSubmit.bind(this);

0 commit comments

Comments
 (0)