File tree 4 files changed +6
-6
lines changed
doc-tools/doc-pages/src/pages
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ export default function PageConceptRendering() {
78
78
The great benefit of using < Bold > explicitly</ Bold > this composite
79
79
rendering architecture is that the engine and configuration can be put
80
80
near the top of your App to factor the cost of instantiating the
81
- engine. This is < Bold > especially usefull </ Bold > for apps which will
81
+ engine. This is < Bold > especially useful </ Bold > for apps which will
82
82
render hundreds to thousands of small snippets such as chat apps.
83
83
</ Admonition >
84
84
< Paragraph >
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export default function PageFAQ() {
85
85
</ Section >
86
86
< Section title = "Aren't there better renderers for tables?" >
87
87
< Paragraph >
88
- Sure! The default renderer is very limitted . Check-out{ ' ' }
88
+ Sure! The default renderer is very limited . Check-out{ ' ' }
89
89
< Hyperlink url = "https://github.com/native-html/plugins/tree/master/packages/table-plugin#readme" >
90
90
@native-html/table-plugin
91
91
</ Hyperlink > { ' ' }
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ export default function PageGuideDomTampering() {
240
240
The general recommendation for this three-layers rendering
241
241
architecture is that the engine and configuration should be put near
242
242
the top of your App to factor the cost of instantiating the engine.
243
- This is especially usefull for apps which will render hundreds to
243
+ This is especially usefuld for apps which will render hundreds to
244
244
thousands of small snippets such as chat apps.
245
245
</ ListItem >
246
246
</ List >
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ export default function PageReinventTheWheel() {
82
82
< Paragraph >
83
83
To do so, we will need an HTML parsing library which will give us some
84
84
sort of proxy DOM representation of the HTML source. In this very
85
- example, we will use < RefHtmlparser2 /> libarary :
85
+ example, we will use < RefHtmlparser2 /> library :
86
86
</ Paragraph >
87
87
< SourceDisplay
88
88
lang = "jsx"
@@ -116,7 +116,7 @@ export default function PageReinventTheWheel() {
116
116
</ List >
117
117
< Paragraph >
118
118
Although the < InlineCode > renderTextNode</ InlineCode > implementation is
119
- pretty straightforward,
119
+ pretty straightforward,{ ' ' }
120
120
< InlineCode > renderElement</ InlineCode > has some conditional logic to
121
121
render the element either in a React Native{ ' ' }
122
122
< RefRNSymbol name = "Text" /> or < RefRNSymbol name = "View" /> . This is to
@@ -126,7 +126,7 @@ export default function PageReinventTheWheel() {
126
126
</ Paragraph >
127
127
< Admonition type = "note" >
128
128
We allude to the DOM an DOM nodes while < RefHtmlparser2 /> only
129
- provides a substet of the DOM API for lightweightness!
129
+ provides a subset of the DOM API for lightweightness!
130
130
</ Admonition >
131
131
</ Chapter >
132
132
< Chapter title = "Discussion" >
You can’t perform that action at this time.
0 commit comments