Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Commit 32d89f3

Browse files
mbriotpetebacondarwin
authored andcommitted
docs(README): fix 2 typos
Closes #206
1 parent 4cd7f1e commit 32d89f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ To see the changes which between any two lessons use the git diff command.
109109
template of the current route.
110110

111111
- Create phone list route:
112-
- Map `/phones` route to `PhoneListCtrl` and `partails/phones-list.html`.
112+
- Map `/phones` route to `PhoneListCtrl` and `partials/phones-list.html`.
113113
- Preserve existing `PhoneListCtrl` controller.
114114
- Move existing html from `index.html` to `partials/phone-list.html`.
115115
- Create phone details route:
116-
- Map `/phones/<phone-id>` route to `PhoneDetailCtrl` and `partails/phones-detail.html`.
116+
- Map `/phones/<phone-id>` route to `PhoneDetailCtrl` and `partials/phones-detail.html`.
117117
- Create empty placeholder `PhoneDetailsCtrl` controller.
118118

119119

0 commit comments

Comments
 (0)