Browse Source

Fix title case

Rémi Verschelde 6 years ago
parent
commit
28fe16b26e
2 changed files with 3 additions and 3 deletions
  1. 2 2
      tutorials/2d/2d_sprite_animation.rst
  2. 1 1
      tutorials/inputs/input_examples.rst

+ 2 - 2
tutorials/2d/2d_sprite_animation.rst

@@ -1,6 +1,6 @@
 .. _doc_2d_sprite_animation:
 .. _doc_2d_sprite_animation:
 
 
-2D Sprite Animation
+2D Sprite animation
 ===================
 ===================
 
 
 Introduction
 Introduction
@@ -87,7 +87,7 @@ released.
 
 
 
 
 Sprite sheet with AnimationPlayer
 Sprite sheet with AnimationPlayer
-----------------------------------
+---------------------------------
 
 
 In the event you have a sprite sheet containing all of your animation frames,
 In the event you have a sprite sheet containing all of your animation frames,
 you can't easily use ``AnimatedSprite``. Instead, you can use a standard
 you can't easily use ``AnimatedSprite``. Instead, you can use a standard

+ 1 - 1
tutorials/inputs/input_examples.rst

@@ -1,6 +1,6 @@
 .. _doc_input_examples:
 .. _doc_input_examples:
 
 
-Input Examples
+Input examples
 ==============
 ==============
 
 
 Introduction
 Introduction