From 35519b0cd6969fbbad52e3680e56e0f55a882dae Mon Sep 17 00:00:00 2001 From: Daniel Perez Date: Sun, 27 Sep 2020 09:41:39 -0400 Subject: [PATCH 1/2] Update custom-directives.md --- src/guide/migration/custom-directives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/migration/custom-directives.md b/src/guide/migration/custom-directives.md index a0a5bb96d5..37f00a69c3 100644 --- a/src/guide/migration/custom-directives.md +++ b/src/guide/migration/custom-directives.md @@ -85,7 +85,7 @@ Now that the custom directive lifecycle hooks mirror those of the components the ## Implementation Details -In Vue 3, we're now supporting fragments, which allow us to return more than one DOM node per component. You can imagine how handy that is for something like a component with multiple lis or the children elements of a table: +In Vue 3, we're now supporting fragments, which allow us to return more than one DOM node per component. You can imagine how handy that is for something like a component with multiple lists or the children elements of a table: ```html