Skip to content

Commit 687be8a

Browse files
[docs] Typo fix (#629)
"should be replace with" => "should be replace*d* with"
1 parent d13cd89 commit 687be8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel-plugin-jsx/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ const App = {
251251
252252
### Slot
253253
254-
> Note: In `jsx`, _`v-slot`_ should be replace with **`v-slots`**
254+
> Note: In `jsx`, _`v-slot`_ should be replaced with **`v-slots`**
255255
256256
```jsx
257257
const A = (props, { slots }) => (

0 commit comments

Comments
 (0)