From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Fri, 22 Nov 2019 16:54:59 +0000 (-0600)
Subject: Fix typos.
X-Git-Tag: v1.11~3
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/88ca0c4977fa3052fa154d9e1db715d532f0c3c1

Fix typos.
---

diff --git a/README.md b/README.md
index dacabee..712a26e 100644
--- a/README.md
+++ b/README.md
@@ -1645,7 +1645,7 @@ Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" |  "p
       <string>http://example.edu</string>
     </array>
     <key>StartPage</key>
-    <string>always | never | from-visited</string>
+    <string>none | homepage | previous-session</string>
   </dict>
 </dict>
 ```
@@ -1658,7 +1658,7 @@ Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" |  "p
       "Locked": true | false,
       "Additional": ["http://example.org/",
                      "http://example.edu/"],
-      "StartPage": "none" | "homepage" |  "previous-session"
+      "StartPage": "none" | "homepage" | "previous-session"
     }
   }
 }