mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 09:35:39 -05:00
Fix typo
parent
6eff588d31
commit
a7627ad006
1 changed files with 1 additions and 1 deletions
2
Views.md
2
Views.md
|
@ -24,7 +24,7 @@ Modals are views too, and by using openModalView in CocoView they can be handled
|
||||||
|
|
||||||
### Templates
|
### Templates
|
||||||
|
|
||||||
A view typically has one jade template associated with it. When you create a view in /app/views, you should also add a jade file in /app/views, following a parallel path and named same as the view but with a hyphenated-name instead of CamelCaseName.
|
A view typically has one jade template associated with it. When you create a view in /app/views, you should also add a jade file in /app/templates, following a parallel path and named same as the view but with a hyphenated-name instead of CamelCaseName.
|
||||||
|
|
||||||
A template will typically look something like this:
|
A template will typically look something like this:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue