You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lr...@apache.org on 2020/08/02 19:40:25 UTC

[incubator-toree-website] branch master updated: Fix typo on Toree installation instructions (#10)

This is an automated email from the ASF dual-hosted git repository.

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree-website.git


The following commit(s) were added to refs/heads/master by this push:
     new d0a9525  Fix typo on Toree installation instructions (#10)
d0a9525 is described below

commit d0a95258e62002ef0fe976b7aeb9e9e21c379035
Author: Sungwook Yeom <kr...@gmail.com>
AuthorDate: Mon Aug 3 04:40:19 2020 +0900

    Fix typo on Toree installation instructions (#10)
---
 site/docs/current/user/installation.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/docs/current/user/installation.md b/site/docs/current/user/installation.md
index d87d074..ed9ea84 100644
--- a/site/docs/current/user/installation.md
+++ b/site/docs/current/user/installation.md
@@ -87,7 +87,7 @@ setting configuration options for Spark.
 The first is at install time with the `--spark_opts` command line option.
 
 ```
-jupyter toree instal --spark_opts='--master=local[4]'
+jupyter toree install --spark_opts='--master=local[4]'
 ```
 
 The second option is configured at run time through the `SPARK_OPTS` environment variable.