Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit de74b3f

Browse files
machineloopNarretz
authored andcommitted
docs(guide/Components): fix small single letter typo
line 136: 'not' should be 'note' Closes #14390
1 parent c7a92d2 commit de74b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/component.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ components should follow a few simple conventions:
133133
For a deletion, that means the component doesn't delete the `hero` itself, but sends it back to
134134
the owner component via the correct event.
135135
```html
136-
<!-- not that we use snake case for bindings in the template as usual -->
136+
<!-- note that we use snake case for bindings in the template as usual -->
137137
<editable-field on-update="$ctrl.update('location', value)"></editable-field><br>
138138
<button ng-click="$ctrl.onDelete({hero: $ctrl.hero})">Delete</button>
139139
```

0 commit comments

Comments
 (0)