@@ -131,31 +131,31 @@ filters = {
131131
132132<details >
133133
134- <summary ><strong >'Only equals to' and 'Not only equals to' detailed examples</strong ></summary >
134+ <summary ><strong >'Only equal to' and 'Not only equal to' detailed examples</strong ></summary >
135135
136136- ` only_eq_to ` with a single value: fields having exactly one value, corresponding to the filter value
137137
138- ![ Only Equals To filter operator with one value] ( ./assets/filters-OnlyEqTo.png )
138+ ![ Only Equal To filter operator with one value] ( ./assets/filters-OnlyEqTo.png )
139139
140140- ` only_eq_to ` with several values and ` or ` local mode: fields having one value only among the filter values
141141
142- ![ Only Equals To filter operator with 'or' mode] ( ./assets/filters-OnlyEqTo-or.png )
142+ ![ Only Equal To filter operator with 'or' mode] ( ./assets/filters-OnlyEqTo-or.png )
143143
144144- ` only_eq_to ` with several values and ` and ` local mode: fields having exactly all the filter values, and no other values
145145
146- ![ Only Equals To filter operator with 'or' mode] ( ./assets/filters-OnlyEqTo-and.png )
146+ ![ Only Equal To filter operator with 'or' mode] ( ./assets/filters-OnlyEqTo-and.png )
147147
148148- ` not_only_eq_to ` with a single value
149149
150- ![ Not Only Equals To filter operator with one value] ( ./assets/filters-NotOnlyEqTo.png )
150+ ![ Not Only Equal To filter operator with one value] ( ./assets/filters-NotOnlyEqTo.png )
151151
152152- ` not_only_eq_to ` with several values and ` or ` local mode
153153
154- ![ Not Only Equals To filter operator with 'or' mode] ( ./assets/filters-NotOnlyEqTo-or.png )
154+ ![ Not Only Equal To filter operator with 'or' mode] ( ./assets/filters-NotOnlyEqTo-or.png )
155155
156156- ` not_only_eq_to ` with several values and ` and ` local mode
157157
158- ![ Not Only Equals To filter operator with 'or' mode] ( ./assets/filters-NotOnlyEqTo-and.png )
158+ ![ Not Only Equal To filter operator with 'or' mode] ( ./assets/filters-NotOnlyEqTo-and.png )
159159
160160
161161</details >
0 commit comments