diff --git a/docs/quickstart.md b/docs/quickstart.md index 7dab254..07486b1 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -104,7 +104,7 @@ formatter = JsonFormatter( ### Excluding fields -You can prevent fields being added to the output data by adding them to `reserved_attrs`. By default all [`LogRecord` attributes](https://docs.python.org/3/library/logging.html#logrecord-attributes) are exluded. +You can prevent fields being added to the output data by adding them to `reserved_attrs`. By default all [`LogRecord` attributes](https://docs.python.org/3/library/logging.html#logrecord-attributes) are excluded. ```python from pythonjsonlogger.core import RESERVED_ATTRS