diff options
Diffstat (limited to 'doc/ubuntu-installation.markdown')
-rw-r--r-- | doc/ubuntu-installation.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ubuntu-installation.markdown b/doc/ubuntu-installation.markdown index 5f9ee65b..a08ccc20 100644 --- a/doc/ubuntu-installation.markdown +++ b/doc/ubuntu-installation.markdown @@ -11,7 +11,7 @@ sudo apt-get update sudo apt-get install -y php5 php5-sqlite unzip ``` -In case your webserver was running restart to make sure the php modules are reloaded +In case your web server was running restart to make sure the php modules are reloaded ```bash service apache2 restart |