typo(field.py): words "normal" typo
This commit is contained in:
parent
745e59c875
commit
ae2de2f792
|
@ -28,7 +28,7 @@ class FeedType(Enum):
|
||||||
|
|
||||||
|
|
||||||
class NoteType(Enum):
|
class NoteType(Enum):
|
||||||
NOMAL = "nomal"
|
NORMAL = "normal"
|
||||||
VIDEO = "video"
|
VIDEO = "video"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue