From 1181846652576aade6132fb577117c06314eea31 Mon Sep 17 00:00:00 2001 From: aishikaty Date: Mon, 27 Feb 2017 00:44:22 +0100 Subject: [PATCH] Added missing quote. --- doc/component/web-component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/component/web-component.md b/doc/component/web-component.md index fffaf1f..062f60b 100644 --- a/doc/component/web-component.md +++ b/doc/component/web-component.md @@ -17,4 +17,4 @@ vomit(carousel, vomit` `) ``` -When using Vomit, you can define how composition works with your component using the tag . This creates an insertion point in the presentation of your component, and the insertion point cherry-picks content to present. This is a way to create flexible components by separating content and presentation into multiple functions. +When using Vomit, you can define how composition works with your component using the tag ``. This creates an insertion point in the presentation of your component, and the insertion point cherry-picks content to present. This is a way to create flexible components by separating content and presentation into multiple functions.