From 6e3e1c74c965356c3bffb97741399f39541d22b4 Mon Sep 17 00:00:00 2001 From: Jens Rantil Date: Sat, 24 Nov 2012 22:55:56 +0100 Subject: [PATCH] Fix minor spelling mistake in docsite --- docsite/rst/moduledev.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docsite/rst/moduledev.rst b/docsite/rst/moduledev.rst index 6436aa9e1f8..bd13d04aa36 100644 --- a/docsite/rst/moduledev.rst +++ b/docsite/rst/moduledev.rst @@ -270,8 +270,8 @@ will still be shown in Ansible, but the command will not succeed. Always use the hacking/test-module script when developing modules and it will warn you about these kind of things. -Conventions/Recomendations -`````````````````````````` +Conventions/Recommendations +``````````````````````````` As a reminder from the example code above, here are some basic conventions and guidelines: