We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d213e commit d48abedCopy full SHA for d48abed
jvm/main-kts/MainKts.md
@@ -44,7 +44,7 @@ provided that the shebang line is added to the script and works in the given OS
44
45
### Caching
46
47
-The compiled scripts are cashed to the directory defined by an environment variable `KOTLIN_MAIN_KTS_COMPILED_SCRIPTS_CACHE_DIR`
+The compiled scripts are cached to the directory defined by an environment variable `KOTLIN_MAIN_KTS_COMPILED_SCRIPTS_CACHE_DIR`
48
*(`$TEMP/main.kts.compiled.cache` by default)*, and if the script is not changed, the compiled one is executed from the cache.
49
50
### IntelliJ support
0 commit comments