From 5206281a2ee74fbf05ff91352df4b79dc093e9ed Mon Sep 17 00:00:00 2001 From: Pistos Date: Sun, 21 Feb 2016 20:52:57 -0500 Subject: [PATCH] Correct subject-verb agreement. --- src/guide/components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/components.md b/src/guide/components.md index fe873edd0f..ec1036b3ea 100644 --- a/src/guide/components.md +++ b/src/guide/components.md @@ -133,7 +133,7 @@ The `el` option also requires a function value when used in `Vue.extend()`, for ### `is` attribute -Some HTML elements, for example ``, has restrictions on what elements can appear inside it. Custom elements that are not in the whitelist will be hoisted out and thus not render properly. In such cases you should use the `is` special attribute to indicate a custom element: +Some HTML elements, for example `
`, have restrictions on what elements can appear inside them. Custom elements that are not in the whitelist will be hoisted out and thus not render properly. In such cases you should use the `is` special attribute to indicate a custom element: ``` html