A few grammar fixes (#105)
This commit is contained in:
parent
934998710b
commit
3f6eb7b0ee
@ -488,7 +488,7 @@ Having a good guideline for creating commits and sticking to it makes working wi
|
|||||||
* Avoid client-side console logs in production
|
* Avoid client-side console logs in production
|
||||||
|
|
||||||
_Why:_
|
_Why:_
|
||||||
> Even though your build process can(should) get rid of them, but make sure your code style check gives your warning about console logs.
|
> Even though your build process can(should) get rid of them, make sure that your code style checker warns you about leftover console logs.
|
||||||
|
|
||||||
* Produce readable production logging. Ideally use logging libraries to be used in production mode (such as [winston](https://github.com/winstonjs/winston) or
|
* Produce readable production logging. Ideally use logging libraries to be used in production mode (such as [winston](https://github.com/winstonjs/winston) or
|
||||||
[node-bunyan](https://github.com/trentm/node-bunyan)).
|
[node-bunyan](https://github.com/trentm/node-bunyan)).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user