mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix language tags in doc-snippets
The doc-snippets were inconsistent (no spaces before title, small-caps, JS instead of JavaScript, etc.)
This commit is contained in:
@@ -13,7 +13,7 @@ import htmlViewModule = require("ui/html-view");
|
||||
|
||||
// <snippet module="ui/html-view" title="HtmlView">
|
||||
// ### Declaring a HtmlView.
|
||||
//```XML
|
||||
//``` XML
|
||||
// <Page>
|
||||
// {%raw%}<HtmlView html="{{ htmlString }}" />{%endraw%}
|
||||
// </Page>
|
||||
@@ -56,4 +56,4 @@ export var testLoadHTMLString = function () {
|
||||
} else if (htmlView.android) {
|
||||
TKUnit.assert(htmlView.android.getText(), "HTML string not loaded properly. Actual: " + htmlView.android.getText());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user