Skip to content

Commit 832df5b

Browse files
authored
docs(README-zh_CN.md): enrich translation (#179)
1 parent 9ea52ee commit 832df5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/babel-plugin-jsx/README-zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const App = () => (
114114
const App = () => <input type="email" />;
115115
```
116116
117-
with a dynamic binding:
117+
动态绑定:
118118
119119
```jsx
120120
const placeholderText = 'email';

0 commit comments

Comments
 (0)