Commit fcb8994e authored by Aviv Ben-Yosef's avatar Aviv Ben-Yosef

fix typo

parent 71da4b0a
...@@ -5,7 +5,7 @@ module todos { ...@@ -5,7 +5,7 @@ module todos {
/** /**
* The main controller for the app. The controller: * The main controller for the app. The controller:
* - retrieves and persist the model via the todoStorage service * - retrieves and persists the model via the todoStorage service
* - exposes the model to the template and provides event handlers * - exposes the model to the template and provides event handlers
*/ */
export class TodoCtrl { export class TodoCtrl {
...@@ -109,4 +109,4 @@ module todos { ...@@ -109,4 +109,4 @@ module todos {
}; };
} }
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment