From 067cf4e22fdf9d4e0d7df920cdd3166ec16ae657 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marc=20Cornell=C3=A0?= <marc.cornella@live.com>
Date: Sat, 10 Oct 2020 19:07:21 +0200
Subject: [PATCH] Reword settings section

---
 Settings.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Settings.md b/Settings.md
index ee2d6f1..d432b6f 100644
--- a/Settings.md
+++ b/Settings.md
@@ -264,12 +264,13 @@ or `parse_git_dirty` git prompt functions in `lib/git.zsh`.
 Oh My Zsh provides a wrapper for the `history` command. You can use this setting
 to decide whether to show a timestamp for each command in the history output.
 
-Available values are:
+Valid values are:
 
 - `"mm/dd/yyyy"`: for `<month>/<day>/<year>` (12/31/2020).
 - `"dd.mm.yyyy"`: for `<day>.<month>.<year>` (31.12.2020).
 - `"yyyy-mm-dd"`: for `<year>-<month>-<day>` (2020-12-31).
-- Custom value: you can specify another format using the [strftime format](https://man7.org/linux/man-pages/man3/strftime.3.html) (for example, `"%d/%m/%Y"` for `31/12/2020`).
+- Custom value: you can specify another format using the [strftime format](https://man7.org/linux/man-pages/man3/strftime.3.html)
+  (for example, `"%d/%m/%Y"` for `31/12/2020`).
 
 Example, if `HIST_STAMPS="dd.mm.yyyy"`: