Merge pull request #2364 from hyeongukryu/fix/typo

주석 내 오타 해결
This commit is contained in:
Kijin Sung 2024-06-18 01:16:53 +09:00 committed by GitHub
commit aafe17fee6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

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

View file

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