From ad61aef9e5a761f4e7064fcfa03390d5b3d45abb Mon Sep 17 00:00:00 2001 From: Clayton Kramer Date: Thu, 15 May 2014 17:08:31 -0400 Subject: [PATCH] Typo fix. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5807fe5..6c92764 100644 --- a/README.rst +++ b/README.rst @@ -42,5 +42,5 @@ The state accepts MySQL hashed passwords or clear text. Hashed password have pri .. note:: See the `salt.states.mysql_user `_ docs for additional information on configuring hashed passwords. - Make sure the **quote the passwords** in the pillar so YAML doesn't throw an exception. + Make sure to **quote the passwords** in the pillar so YAML doesn't throw an exception.