浏览代码

Fix typos in the word priority

Niels Nijens 9 年之前
父节点
当前提交
d113b2b5ec
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      doc/articles/plugins.md

+ 2 - 2
doc/articles/plugins.md

@@ -104,10 +104,10 @@ public static function getSubscribedEvents()
 }
 }
 ```
 ```
 
 
-By default, the priority of an event handler is set to 0. The priorty can be
+By default, the priority of an event handler is set to 0. The priority can be
 changed by attaching a tuple where the first value is the method name, as
 changed by attaching a tuple where the first value is the method name, as
 before, and the second value is an integer representing the priority.
 before, and the second value is an integer representing the priority.
-Higher integers represent higher priorities. Priortity 2 is called before
+Higher integers represent higher priorities. Priority 2 is called before
 priority 1, etc.
 priority 1, etc.
 
 
 ```php
 ```php