From 44a04b5fa987e1e4b59f6ccafb263de73353a2be Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Wed, 11 Oct 2017 11:22:57 +0800 Subject: [PATCH] stencil: clarify usage of web components --- stencil.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stencil.md b/stencil.md index 88694292a..f3853976a 100644 --- a/stencil.md +++ b/stencil.md @@ -39,7 +39,7 @@ export class MyComponent { ``` -That's the same example in the [Readme](https://github.com/ionic-team/stencil), that's as simple as you can get! +That's the same example in the [Readme](https://github.com/ionic-team/stencil), that's as simple as you can get! Just use `` like you would use any other HTML tag. ### DOM events