From 611cde72020bb931c7ff81c6b327295e149ab8f4 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Thu, 14 May 2020 22:26:57 -0400 Subject: [PATCH] Fix spelling of Multi-tenancy in FAQ --- doc/FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index 3d812cf8..c5569e1c 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -10,7 +10,7 @@ - [How do I securely access web services?](#how-do-i-securely-access-web-services) - [Sub-domains](#sub-domains) - [Sub-paths](#sub-paths) -- [Multi Tenancy](#multi-tenancy) +- [Multi-tenancy](#multi-tenancy) - [Docker in code-server docker container?](#docker-in-code-server-docker-container) - [Collaboration](#collaboration) - [How can I disable telemetry?](#how-can-i-disable-telemetry) @@ -135,7 +135,7 @@ ensure your reverse proxy forwards that information if you are using one. Just browse to `/proxy//`. -## Multi Tenancy +## Multi-tenancy If you want to run multiple code-server's on shared infrastructure, we recommend using virtual machines with a VM per user. This will easily allow users to run a docker daemon. If you want