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:
Erjan Gavalji
2016-02-25 20:39:08 +02:00
parent 5b2fd34e3a
commit 2d2fdfe4b0
26 changed files with 52 additions and 52 deletions

View File

@@ -7,7 +7,7 @@ import ImageModule = require("ui/image");
// ```
// Binding the image source property to a view-model property.
//```XML
//``` XML
// <Page>
// <StackLayout>
// <!--Bind the image source property to view-model property -->
@@ -276,4 +276,4 @@ export var test_SettingStretch_none = function () {
}
helper.buildUIAndRunTest(image, testFunc);
}
}