Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Commit f274b64

Browse files
committed
chore(controller): typo
1 parent 35c8de8 commit f274b64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

controller/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
## Table of contents
55

66
- [Boilerplate](#boilerplate)
7-
- [Expose properties](#expose-properties)
8-
- [Expose methods](#expose-methods)
7+
- [Exposed properties](#expose-properties)
8+
- [Exposed methods](#expose-methods)
99
- [Watchers](#watchers)
1010
- [$destroy](#$destroy)
1111
- $emit
@@ -46,9 +46,9 @@ describe('SampleController', function() {
4646
});
4747
```
4848
49-
## Expose properties
49+
## Exposed properties
5050
51-
## Expose methods
51+
## Exposed methods
5252
5353
## Watchers
5454

0 commit comments

Comments
 (0)