summaryrefslogtreecommitdiff
path: root/doc/windows-iis-installation.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-12-06 23:00:58 -0500
committerFrederic Guillot <fred@kanboard.net>2015-12-06 23:00:58 -0500
commit7f3bf38e8db9288d92f2864be4f66b14adf80971 (patch)
tree57c5d31876ba50c1674736493f58d9ab4e59474b /doc/windows-iis-installation.markdown
parent5c84996ee7140e2cff1d8e18fb9482e8a4c020a8 (diff)
Fix typo in documentation
Diffstat (limited to 'doc/windows-iis-installation.markdown')
-rw-r--r--doc/windows-iis-installation.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/windows-iis-installation.markdown b/doc/windows-iis-installation.markdown
index 84a2e53c..960f903f 100644
--- a/doc/windows-iis-installation.markdown
+++ b/doc/windows-iis-installation.markdown
@@ -23,13 +23,13 @@ extension=php_openssl.dll
extension=php_pdo_sqlite.dll
```
-Set the timezone:
+Set the time zone:
```ini
date.timezone = America/Montreal
```
-The list of supported timezones can be found in the [PHP documentation](http://php.net/manual/en/timezones.america.php).
+The list of supported time zones can be found in the [PHP documentation](http://php.net/manual/en/timezones.america.php).
Check if PHP runs correctly:
@@ -56,7 +56,7 @@ Kanboard installation
---------------------
- Download the zip file
-- Uncompress the archive in `C:\inetpub\wwwroot\kanboard` by example
+- Decompress the archive in `C:\inetpub\wwwroot\kanboard` by example
- Make sure the directory `data` is writable by the IIS user
- Open your web browser to use Kanboard http://localhost/kanboard/
- The default credentials are **admin/admin**