Fix minor typos

odule => module
This commit is contained in:
Hyeonguk Ryu 2024-06-17 13:45:03 +09:00
parent bdace357ea
commit 5de50ebe0f
No known key found for this signature in database
GPG key ID: BB158EBBA25E8194
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
/** /**
* @class editor * @class editor
* @author NAVER (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @brief high class of the editor odule * @brief high class of the editor module
*/ */
class Editor extends ModuleObject class Editor extends ModuleObject
{ {

View file

@ -3,7 +3,7 @@
/** /**
* @class editorModel * @class editorModel
* @author NAVER (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @brief model class of the editor odule * @brief model class of the editor module
*/ */
class EditorModel extends Editor class EditorModel extends Editor
{ {