machty / emblem.js

Emblem.js - Ember-friendly, indented syntax alternative for Handlebars.js
http://emblemjs.com
MIT License
1.04k stars 81 forks source link

The variable 'people' should be 'person' #148

Closed yanhua365 closed 10 years ago

yanhua365 commented 10 years ago

http://emblemjs.com/

ul
  each people in people
    li = person.name

should be:

ul
  each person in people
    li = person.name
machty commented 10 years ago

This makes more sense for the https://github.com/machty/emblem-site repo, but I've already fixed it. Thanks!