Merge pull request #61 from GregKaleka/patch-1
Minor grammatical fixes to README.md
This commit is contained in:
@@ -73,8 +73,8 @@ following lookup:
|
|||||||
For example, if `people` was an array:
|
For example, if `people` was an array:
|
||||||
|
|
||||||
```html+django
|
```html+django
|
||||||
There are {{ people.count }} people, {{ people.first }} is first person.
|
There are {{ people.count }} people. {{ people.first }} is the first person,
|
||||||
Followed by {{ people.1 }}.
|
followed by {{ people.1 }}.
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
@@ -142,7 +142,7 @@ A for loop allows you to iterate over an array found by variable lookup.
|
|||||||
{% for item in items %}
|
{% for item in items %}
|
||||||
{{ item }}
|
{{ item }}
|
||||||
{% empty %}
|
{% empty %}
|
||||||
There we're no items.
|
There were no items.
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user