Skip to content

Commit 7ff0e98

Browse files
authored
docs: Fix typo (#118)
* FITLERS -> FILTERS * CHANGELOG entry
1 parent 5531434 commit 7ff0e98

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
# [unreleased] - XXXX-XX-XX
8+
### Fixed
9+
- [PR 118](https://github.com/salesforce/django-declarative-apis/pull/118) Fix typo in docs
10+
811
### Changed
912
- [PR 116](https://github.com/salesforce/django-declarative-apis/pull/XXX) Only run PR checks on `pull_request`
1013

docs/source/filters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Filters can be defined in four places:
5757

5858

5959
1. settings.py
60-
**Required |** Set default filters for the entire application in settings.py by setting :code:`DECLARATIVE_ENDPOINT_DEFAULT_FITLERS` to your :code:`filters.py` file.
60+
**Required |** Set default filters for the entire application in settings.py by setting :code:`DECLARATIVE_ENDPOINT_DEFAULT_FILTERS` to your :code:`filters.py` file.
6161

6262
**Example:**
6363
Set the Todo filter as the default filter in :code:`settings.py`.

0 commit comments

Comments
 (0)