docs/api.md: Fix typo (finder => finer) (#268)

This commit is contained in:
Ryan Rion 2016-04-30 16:17:38 -05:00 committed by leaf
parent 7c17aefbc7
commit b2df8e6fc0

View File

@ -98,7 +98,7 @@ is a character offset from the original MoonScript source.
## Programmatically Compiling
If you need finder grained control over the compilation process you can use the
If you need finer grained control over the compilation process you can use the
raw parse and compile modules.
Parsing converts a string of MoonScript into an abstract syntax tree. Compiling