Fix a typo [ci skip]

`indentify` → `identify`
This commit is contained in:
Prayag Verma 2016-02-12 22:00:25 +05:30
parent 1f4342d238
commit 984adb18f6
1 changed files with 1 additions and 1 deletions

View File

@ -1023,7 +1023,7 @@ might compile to:
#### Gotchas
Haml uses an overly simplistic regular expression to indentify string
Haml uses an overly simplistic regular expression to identify string
interpolation rather than a full-blown Ruby parser. This is fast and works for
most code but you may have errors with code like the following: