소스 검색

Merge pull request #2006 from corrigentia/patch-36

Fix subject-verb agreement in index.rst
Rémi Verschelde 7 년 전
부모
커밋
33a82938d9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 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
 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
 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.