From 6cb828cfe9afc3ed4a5c60c6f9541cd7d7ca20f9 Mon Sep 17 00:00:00 2001 From: Chinmay Date: Wed, 24 Jun 2020 10:26:38 +0530 Subject: [PATCH] Fixed typo in README (#620) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67caf1dc..5a87a3e6 100644 --- a/README.md +++ b/README.md @@ -411,7 +411,7 @@ log.addSerializers({req: reqSerializer}); A serializer function is passed unprotected objects that are passed to the `log.info`, `log.debug`, etc. call. This means a poorly written serializer -function can case side-effects. Logging shouldn't do that. Here are a few +function can cause side-effects. Logging shouldn't do that. Here are a few rules and best practices for serializer functions: - A serializer function *should never throw*. The bunyan library *does*