From 895e32d7faef71070dca51586034621fe349b7da Mon Sep 17 00:00:00 2001 From: Dmytro Kytsmen Date: Mon, 3 Oct 2016 13:09:39 +0300 Subject: [PATCH] Fix typo in Linux based (#1086) Added dash between two words. --- source/getting-started/index.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/index.markdown b/source/getting-started/index.markdown index 0dbc75ee436..93310a612af 100644 --- a/source/getting-started/index.markdown +++ b/source/getting-started/index.markdown @@ -9,7 +9,7 @@ sharing: true footer: true --- -Below you can find the standard instructions. See the sidebar for installation instructions for specific platforms. If you're running a Linux based platform, we suggest to follow the [VirtualEnv Linux instructions] to avoid having to use root. +Below you can find the standard instructions. See the sidebar for installation instructions for specific platforms. If you're running a Linux-based platform, we suggest to follow the [VirtualEnv Linux instructions] to avoid having to use root. [Virtualenv Linux instructions]: /getting-started/installation-virtualenv/