fastify-example-todo
fastify-example-todo copied to clipboard
Small typo
https://github.com/tdop/tdop.github.io/blob/01ec92fff3abe6ce135abef373e8c104e38cf03a/index.html#L200
if a then b else c
is more readable (by a human) thenif a, b, c
should probably be:
if a then b else c
is more readable (by a human) thanif a, b, c