Skip to content

Commit 611cde7

Browse files
committed
Fix spelling of Multi-tenancy in FAQ
1 parent 181bad9 commit 611cde7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/FAQ.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- [How do I securely access web services?](#how-do-i-securely-access-web-services)
1111
- [Sub-domains](#sub-domains)
1212
- [Sub-paths](#sub-paths)
13-
- [Multi Tenancy](#multi-tenancy)
13+
- [Multi-tenancy](#multi-tenancy)
1414
- [Docker in code-server docker container?](#docker-in-code-server-docker-container)
1515
- [Collaboration](#collaboration)
1616
- [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.
135135

136136
Just browse to `/proxy/<port>/`.
137137

138-
## Multi Tenancy
138+
## Multi-tenancy
139139

140140
If you want to run multiple code-server's on shared infrastructure, we recommend using virtual
141141
machines with a VM per user. This will easily allow users to run a docker daemon. If you want

0 commit comments

Comments
 (0)