浏览代码

Fixes typo on line 60 in understand

Andrew Luchuk 5 年之前
父节点
当前提交
bf420a5032
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/plugins/editor/making_plugins.rst

+ 1 - 1
tutorials/plugins/editor/making_plugins.rst

@@ -57,7 +57,7 @@ You should end up with a directory structure like this:
 .. image:: img/making_plugins-my_custom_mode_folder.png
 .. image:: img/making_plugins-my_custom_mode_folder.png
 
 
 ``plugin.cfg`` is a simple INI file with metadata about your plugin.
 ``plugin.cfg`` is a simple INI file with metadata about your plugin.
-The name and description help people undersatnd what it does.
+The name and description help people understand what it does.
 Your name helps you get properly credited for your work.
 Your name helps you get properly credited for your work.
 The version number helps others know if they have an outdated version;
 The version number helps others know if they have an outdated version;
 if you are unsure on how to come up with the version number, check out `Semantic Versioning <https://semver.org/>`_.
 if you are unsure on how to come up with the version number, check out `Semantic Versioning <https://semver.org/>`_.