From 1426b3b0a013059b5ac4d684975b241739debc32 Mon Sep 17 00:00:00 2001 From: Zachary Friedman Date: Wed, 4 Jul 2018 17:02:03 -0400 Subject: [PATCH] Fix typo in Start with Docker (#5348) --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 41f157422e70d..1dfeed102e2ef 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -50,7 +50,7 @@ initialize development environment: :: docker-compose exec superset bash bash docker-init.sh -After several minutes for sueprset initialization to finish, you can open a +After several minutes for superset initialization to finish, you can open a browser and view `http://localhost:8088` to start your journey. Or if you're curious and want to install superset from bottom up, then go