Skip to content

Commit

Permalink
small typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago Silva committed Nov 6, 2014
1 parent 6cf45d3 commit 614c0a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ For more details check out the [Controllers](doc/controllers.md) documentation.
## Templates

Templates are files with logic defined in [Jinja2](http://jinja.pocoo.org/) syntax, whose result after being
processed is static content.
processed is static content:

```python
<table>
Expand Down Expand Up @@ -155,7 +155,7 @@ For more details check out the [Templates](doc/templates.md) documentation.

## Static files

Static files are CSS, Images, Javascript files, or any other resource that it to be served to the requesting
Static files are CSS, Images, Javascript files, or any other resource that is to be served to the requesting
application (eg: the browser), without any modifications (as opposed to templates, which are processed before
being served).

Expand Down

0 comments on commit 614c0a8

Please sign in to comment.