Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Apr 15, 2011
1 parent c183078 commit bceb87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -159,7 +159,7 @@ mappings:
If there are more than one template class registered for a file extension, Tilt If there are more than one template class registered for a file extension, Tilt
will automatically try to load the version that works on your machine: will automatically try to load the version that works on your machine:


1. If any of the template engines has been loaded alreaedy: Use that one. 1. If any of the template engines has been loaded already: Use that one.
2. If not, it will try to initialize each of the classes with an empty template. 2. If not, it will try to initialize each of the classes with an empty template.
3. Tilt will use the first that doesn't raise an exception. 3. Tilt will use the first that doesn't raise an exception.
4. If however *all* of them failed, Tilt will raise the exception of the first 4. If however *all* of them failed, Tilt will raise the exception of the first
Expand Down

0 comments on commit bceb87e

Please sign in to comment.