summaryrefslogtreecommitdiff
path: root/doc/workflow
diff options
context:
space:
mode:
Diffstat (limited to 'doc/workflow')
-rw-r--r--doc/workflow/timezone.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/workflow/timezone.md b/doc/workflow/timezone.md
index ff00882f049..da51c0f2c93 100644
--- a/doc/workflow/timezone.md
+++ b/doc/workflow/timezone.md
@@ -24,7 +24,7 @@ GitLab defaults its time zone to UTC. It has a global timezone configuration par
To obtain a list of timezones, log in to your GitLab application server and run a command that generates a list of timezones in TZInfo format for the server. For example, install `timedatectl` and run `timedatectl list-timezones`.
-To update, add the time zone that best applies to your location. Here's an example:
+To update, add the timezone that best applies to your location. For example:
```
gitlab_rails['time_zone'] = 'America/New_York'