Merge pull request #1321 from gkalpak/patch-1

docs(migration-guide): fix typo (`have been remove` --> `have been removed`)
This commit is contained in:
Lam Wei Li 2022-09-07 17:17:27 +08:00 committed by GitHub
commit 46ddb075d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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