1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 21:50:00 -05:00

Fix typo in style guide (#2364)

This commit is contained in:
Atty Eleti 2019-05-16 07:37:47 -07:00 committed by Ryan Dahl
parent 6a5893a269
commit 6679c4807c

View file

@ -36,7 +36,7 @@ not to introduce circular imports.
Example: Instead of `file-server.ts` use `file_server.ts`.
## Format code according using prettier.
## Format code using prettier.
More specifically, code should be wrapped at 80 columns and use 2-space
indentation and use camel-case. Use `//format.ts` to invoke prettier.