Skip to content

Commit 30e8f16

Browse files
authored
fix typo in readme
1 parent 3d6737e commit 30e8f16

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
@@ -46,7 +46,7 @@ var userSchema = new mongoose.Schema({
4646
*/
4747
userSchema.permissions = {
4848
defaults: {
49-
read: [email', 'first_name', 'last_name', 'avatar']
49+
read: ['email', 'first_name', 'last_name', 'avatar']
5050
},
5151
admin: {
5252
read: ['status'],

0 commit comments

Comments
 (0)