From 644b6b344f65c318aa6490a1f6fb774ed76f489c Mon Sep 17 00:00:00 2001 From: David Alexander Date: Wed, 8 Jul 2015 14:40:42 +1200 Subject: [PATCH] Typo. --- docs/en/00_Getting_Started/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/00_Getting_Started/index.md b/docs/en/00_Getting_Started/index.md index 575969450..5cb43f81d 100644 --- a/docs/en/00_Getting_Started/index.md +++ b/docs/en/00_Getting_Started/index.md @@ -19,9 +19,9 @@ Other ways to get SilverStripe: To run SilverStripe on Linux/Unix, set up one of the following web servers: * [Install using Apache](installation) - our preferred platform -* [Install using Lighttpd](installation/how_to/configure_lighttpd) - fast, but a bit tricker to get going +* [Install using Lighttpd](installation/how_to/configure_lighttpd) - fast, but a bit trickier to get going * [Install using Nginx](installation/how_to/configure_nginx) - Super fast at serving static files. Great for large traffic sites. -* [Install using nginx and HHVM](installation/how_to/setup_nginx_and_hhvm) - nginx and [HHVM](http://hhvm.com/) as a faster alternative to PHP +* [Install using nginx and HHVM](installation/how_to/setup_nginx_and_hhvm) - nginx and [HHVM](http://hhvm.com/) as a faster alternative to PHP. ### Windows