Browse Source
Fixed "Hello World!!!" typo
Fixed "Hello World!!!" typo
pull/2939/head
Josh Mamroud
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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> |
|
|
|
|