From ab89b36f540855a2dd15a5e1647e30df8342e461 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 6 Aug 2015 22:42:40 -0300 Subject: [PATCH] minor typo: filies -> files --- docs/user-guide/deploying-your-docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/deploying-your-docs.md b/docs/user-guide/deploying-your-docs.md index d2c8e23d..65ae27d1 100644 --- a/docs/user-guide/deploying-your-docs.md +++ b/docs/user-guide/deploying-your-docs.md @@ -43,7 +43,7 @@ files locally. [Read the Docs][rtd] offers free documentation hosting. You can import your docs using any major version control system, including Mercurial, Git, Subversion, and Bazaar. Read the Docs supports MkDocs out-of-the-box. Follow the -[instructions] on their site to arrange the filies in your repository properly, +[instructions] on their site to arrange the files in your repository properly, create an account and point it at your publicly hosted repository. If properly configured, your documentation will update each time you push commits to your public repository.