From 54d59d3fae412d40b5a33abd2da7afda429a4ba8 Mon Sep 17 00:00:00 2001 From: arookas Date: Sat, 13 Feb 2016 23:02:16 -0500 Subject: [PATCH] Fixed: typo --- extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions.md b/extensions.md index 731da99..7893404 100644 --- a/extensions.md +++ b/extensions.md @@ -10,7 +10,7 @@ There are three primary methods in the import-resolver API: |------|-----------| |`Enter`|Called when the compiler begins compiling a script. The script about to be compiled is passed through the `file` parameter.| |`Exit`|Similar to `Enter`, but is called when the compiler finishes compiling a script.| -|`Resolve`|This is where the actual import resolver logic is implemented. The name of the script is passed through the `name` parameter. The method initiailizes a new `sunScriptFile` instance and passes it to the `file` out parameter.| +|`Resolve`|This is where the actual import resolver logic is implemented. The name of the script is passed through the `name` parameter. The method initializes a new `sunScriptFile` instance and passes it to the `file` out parameter.| #### Import results