Skip to content

Commit 9f7b190

Browse files
authored
Fix typo guide components (vuejs#2017)
* fix typo * fix typo
1 parent 50d2a81 commit 9f7b190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/components/async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ If an error component is provided, it will be displayed when the Promise returne
110110

111111
## Using with Suspense
112112

113-
Async components can be used with the `<Suspense>` built-in component. The interaction between `<Suspense>` and async components are documented in the [dedicated chapter for `<Suspense>`](/guide/built-ins/suspense.html).
113+
Async components can be used with the `<Suspense>` built-in component. The interaction between `<Suspense>` and async components is documented in the [dedicated chapter for `<Suspense>`](/guide/built-ins/suspense.html).

0 commit comments

Comments
 (0)