stormpath / express-stormpath

Build simple, secure web applications with Stormpath and Express!
http://docs.stormpath.com/nodejs/express/
Apache License 2.0
325 stars 111 forks source link

[typo] Missing comma in documentation. #568

Open wcatron opened 7 years ago

wcatron commented 7 years ago

https://docs.stormpath.com/nodejs/express/latest/configuration.html#disabling-features

web: { login: { enabled: false }, logout: { enabled: false }, me: { enabled: false }, oauth2: { enabled: false } register: { enabled: false } }

Needs comma before register.

mdeggies commented 7 years ago

Thanks! I'll get this fixed.

mdeggies commented 7 years ago

Fixed in https://github.com/stormpath/express-stormpath/pull/573