docs(cheatsheet): copyedit

Fixed a few little things. I'll probably have more changes to make later, once I understand everything better.

Also added a missing syntax line.

Closes #5806
This commit is contained in:
Kathy Walrath
2015-12-10 09:52:19 -08:00
parent a66cc50168
commit 3fd898e91f
7 changed files with 21 additions and 20 deletions

View File

@ -17,7 +17,7 @@ syntax:
`template: 'Hello {{name}}'
templateUrl: 'my-component.html'`|`template:`|`templateUrl:`
description:
Inline template / external template url of the component's view.
Inline template / external template URL of the component's view.
@cheatsheetItem
@ -25,7 +25,7 @@ syntax:
`styles: ['.primary {color: red}']
styleUrls: ['my-component.css']`|`styles:`|`styleUrls:`
description:
List of inline css styles / external stylesheet urls for styling components view.
List of inline CSS styles / external stylesheet URLs for styling components view.
@cheatsheetItem
@ -39,4 +39,4 @@ List of directives used in the the components template.
syntax:
`pipes: [MyPipe, OtherPipe]`|`pipes:`
description:
List of pipes used in the component's template.
List of pipes used in the component's template.