Skip to content

Commit e538c29

Browse files
s-mrbjaylinski
authored andcommitted
Fix Grammar in "compiler-api"
1 parent 6790c08 commit e538c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/compiler-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ Implementors that may need to support mutation mode are encouraged to utilize th
300300
The `Handlebars.JavaScriptCompiler` object has a number of methods that may be customized to alter the output of the compiler:
301301

302302
- `nameLookup(parent, name, type)`
303-
Used to generate the code to resolve a give path component.
303+
Used to generate the code to resolve a given path component.
304304

305305
- `parent` is the existing code in the path resolution
306306
- `name` is the current path component

0 commit comments

Comments
 (0)