Skip to content

Commit

Permalink
Replace back-ticks with single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jayoma authored Feb 9, 2018
1 parent 86d5c96 commit 39c917f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ui/layout-containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ None.
<Page xmlns="http://schemas.nativescript.org/tns.xsd">
<AbsoluteLayout width="210" height="210" backgroundColor="lightgray">
<Label text="no margin" left="10" top="10" width="100" height="100" backgroundColor="red"/>
<Label text="margin=`30`" left="10" top="10" margin="30" width="100" height="90" backgroundColor="green"/>
<Label text="margin='30'" left="10" top="10" margin="30" width="100" height="90" backgroundColor="green"/>
</AbsoluteLayout>
</Page>
```
Expand Down

0 comments on commit 39c917f

Please sign in to comment.