From 67618e3f586dad693775aeea431345ea5ae583ff Mon Sep 17 00:00:00 2001 From: Anutrix Date: Sun, 18 Feb 2018 22:18:19 +0530 Subject: [PATCH] Update updating_the_class_reference.rst Capitilized start of a Warning --- community/contributing/updating_the_class_reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/contributing/updating_the_class_reference.rst b/community/contributing/updating_the_class_reference.rst index 2a3001a96..8c2d0e24e 100644 --- a/community/contributing/updating_the_class_reference.rst +++ b/community/contributing/updating_the_class_reference.rst @@ -25,7 +25,7 @@ There are 5 steps to update the class reference (full guide below): 4. Commit your changes and push them to your fork 5. Make a pull request on the Godot repository -.. warning:: always use these XML files to edit the API reference. Do not edit the generated .rST files :ref:`in the online documentation `, hosted in the `godot-docs `_ repository. +.. warning:: Always use these XML files to edit the API reference. Do not edit the generated .rST files :ref:`in the online documentation `, hosted in the `godot-docs `_ repository. Get started with GitHub -----------------------