docs: fix typo in use-shallow.md (#2780)

This commit is contained in:
Chafic Najjar 2024-10-10 15:08:48 +03:00 committed by GitHub
parent eac9dad35b
commit 55630cce47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,7 +67,7 @@ function BearNames() {
}
```
Next, we will create a `UpdateBabyBearMeal` component that periodically updates babe bear's meal
Next, we will create a `UpdateBabyBearMeal` component that periodically updates baby bear's meal
choice.
```tsx