Skip to content

Commit d48abed

Browse files
AlexBeggsligee
authored andcommitted
Update MainKts.md
Spelling fix
1 parent 74d213e commit d48abed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jvm/main-kts/MainKts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ provided that the shebang line is added to the script and works in the given OS
4444

4545
### Caching
4646

47-
The compiled scripts are cashed to the directory defined by an environment variable `KOTLIN_MAIN_KTS_COMPILED_SCRIPTS_CACHE_DIR`
47+
The compiled scripts are cached to the directory defined by an environment variable `KOTLIN_MAIN_KTS_COMPILED_SCRIPTS_CACHE_DIR`
4848
*(`$TEMP/main.kts.compiled.cache` by default)*, and if the script is not changed, the compiled one is executed from the cache.
4949

5050
### IntelliJ support

0 commit comments

Comments
 (0)