Browse Source

Fixed "Hello World!!!" typo

Fixed "Hello World!!!" typo
pull/2939/head
Josh Mamroud 6 years ago
committed by GitHub
parent
commit
dfd62af16d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/modules/Components.md

4
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]: </api/component.html>
[Component API]: </api/component.html>
[Component API]: </api/component.html>

Loading…
Cancel
Save