Skip to content

Commit

Permalink
Merge pull request #535 from BooBSD/patch-1
Browse files Browse the repository at this point in the history
Typo fix in Readme.md
  • Loading branch information
tj committed Mar 15, 2012
2 parents 62d5e8c + 6d13230 commit 586e521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ we could use regular javascript concatenation:
or we could use jade's interpolation, which I added because everyone
using Ruby or CoffeeScript seems to think this is legal js..:

a(href='/user/#{user.id}')= user.name
a(href='/user/#{user.id}')= user.name

The `class` attribute is special-cased when an array is given,
allowing you to pass an array such as `bodyClasses = ['user', 'authenticated']` directly:
Expand Down

0 comments on commit 586e521

Please sign in to comment.