Skip to content

Commit 2159d90

Browse files
author
Carlton Gibson
authored
Fix typo
1 parent 19afd2c commit 2159d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/tips.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ the ``null_label`` parameter. More details in the ``ChoiceFilter`` reference
142142
queryset=Category.objects.all(),
143143
)
144144

145-
Solution 3: Comining fields w/ ``MultiValueField``
145+
Solution 3: Combining fields w/ ``MultiValueField``
146146
""""""""""""""""""""""""""""""""""""""""""""""""""
147147

148148
An alternative approach is to use Django's ``MultiValueField`` to manually add

0 commit comments

Comments
 (0)