Browse Source

Merge pull request #2006 from corrigentia/patch-36

Fix subject-verb agreement in index.rst
Rémi Verschelde 6 years ago
parent
commit
33a82938d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/workflow/assets/escn_exporter/index.rst

+ 1 - 1
getting_started/workflow/assets/escn_exporter/index.rst

@@ -40,4 +40,4 @@ manually exporting their blend files. To combat this, the exporter provides a
 python function ``io_scene_godot.export(out_file_path)`` that can be called to
 export a file. This allows easy integration with other build systems. An
 example Makefile and python script that exports all the blends in a directory
-is present in the Godot-Blender-exporter repository.
+are present in the Godot-Blender-exporter repository.