Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 737c7e4

Browse files
committedJul 1, 2021
Fix typo
1 parent 042fa6b commit 737c7e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docs/README-STUB.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To start using `kotlin` kernel inside Jupyter Notebook or JupyterLab create a ne
8787
The default kernel will use the JDK pointed to by the environment variable `KOTLIN_JUPYTER_JAVA_HOME`,
8888
or `JAVA_HOME` if the first is not set.
8989

90-
JVM arguments will be set from the enviroment variable `KOTLIN_JUPYTER_JAVA_OPTS` or `JAVA_OPTS` if the first is not set.
90+
JVM arguments will be set from the environment variable `KOTLIN_JUPYTER_JAVA_OPTS` or `JAVA_OPTS` if the first is not set.
9191
Additionally, arguments from `KOTLIN_JUPYTER_JAVA_OPS_EXTRA` will be added.
9292
Arguments are parsed using [`shlex.split`](https://docs.python.org/3/library/shlex.html).
9393

‎docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To start using `kotlin` kernel inside Jupyter Notebook or JupyterLab create a ne
8787
The default kernel will use the JDK pointed to by the environment variable `KOTLIN_JUPYTER_JAVA_HOME`,
8888
or `JAVA_HOME` if the first is not set.
8989

90-
JVM arguments will be set from the enviroment variable `KOTLIN_JUPYTER_JAVA_OPTS` or `JAVA_OPTS` if the first is not set.
90+
JVM arguments will be set from the environment variable `KOTLIN_JUPYTER_JAVA_OPTS` or `JAVA_OPTS` if the first is not set.
9191
Additionally, arguments from `KOTLIN_JUPYTER_JAVA_OPS_EXTRA` will be added.
9292
Arguments are parsed using [`shlex.split`](https://docs.python.org/3/library/shlex.html).
9393

0 commit comments

Comments
 (0)
Please sign in to comment.