[docs] Typo fix (#629)

"should be replace with" => "should be replace*d* with"
This commit is contained in:
Maxim Mazurok
2022-12-21 02:59:57 +11:00
committed by GitHub
parent d13cd89ecc
commit 687be8aca8

View File

@ -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 }) => (