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:
@@ -21,7 +21,7 @@ import observable = require("data/observable");
|
||||
// ```
|
||||
|
||||
// ### Attaching event handler for the button tap event.
|
||||
//```XML
|
||||
//``` XML
|
||||
// <Page>
|
||||
// <Button tap="buttonTap" />
|
||||
// </Page>
|
||||
|
||||
Reference in New Issue
Block a user