From dfd62af16dd3b225eb83e2179edd0c96432d51a4 Mon Sep 17 00:00:00 2001 From: Josh Mamroud Date: Tue, 4 Aug 2020 08:51:33 -0400 Subject: [PATCH] Fixed "Hello World!!!" typo Fixed "Hello World!!!" typo --- docs/modules/Components.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/Components.md b/docs/modules/Components.md index 1b1156e90..9c8e39f74 100644 --- a/docs/modules/Components.md +++ b/docs/modules/Components.md @@ -72,7 +72,7 @@ In the first step, the HTML string is parsed and transformed to what is called * attributes: { title: 'foo' }, components: [{ type: 'textnode', - content: 'Hello wdsforld!!!' + content: 'Hello world!!!' }] } ] @@ -839,4 +839,4 @@ For Babel users, it's just a matter of adding few plugins: `@babel/plugin-syntax [Component Definition]: <#component-definition> [Component]: - [Component API]: \ No newline at end of file + [Component API]: