Skip to content

Commit df6afdb

Browse files
author
German Smirnov
authored
docs: fix typo in README.md (#229)
1 parent 1a6e7d0 commit df6afdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Variable Namings
151151
// _id: field...
152152
type: {
153153
type: String,
154-
require: true,
154+
required: true,
155155
enum: (Object.keys(enumCharacterType): Array<string>),
156156
description: 'Character type Droid or Person',
157157
},

0 commit comments

Comments
 (0)