Skip to content

Commit

Permalink
[docs] Typo fix (#629)
Browse files Browse the repository at this point in the history
"should be replace with" => "should be replace*d* with"
  • Loading branch information
Maxim-Mazurok authored Dec 20, 2022
1 parent d13cd89 commit 687be8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-plugin-jsx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ const App = {
### Slot
> Note: In `jsx`, _`v-slot`_ should be replace with **`v-slots`**
> Note: In `jsx`, _`v-slot`_ should be replaced with **`v-slots`**
```jsx
const A = (props, { slots }) => (
Expand Down

0 comments on commit 687be8a

Please sign in to comment.