From 663f6c2d5c625b6b61a614a1b74b676db94ca285 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Tue, 6 Sep 2022 15:41:16 +0300 Subject: [PATCH] docs(migration-guide): fix typo (`have been remove` --> `have been removed`) --- docs/migration-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration-guide.md b/docs/migration-guide.md index f329d62..c565e81 100644 --- a/docs/migration-guide.md +++ b/docs/migration-guide.md @@ -39,7 +39,7 @@ Then your v2 config should be something like this: }} ``` -The functions to define the configuration programmatically have been remove (`addAppender`, `loadAppender`, etc). All configuration should now be done through the single `configure` function, passing in a filename or object. +The functions to define the configuration programmatically have been removed (`addAppender`, `loadAppender`, etc). All configuration should now be done through the single `configure` function, passing in a filename or object. ## Console replacement