Skip to content

Commit d6c080f

Browse files
committed
Minor improvement
1 parent 829ce0f commit d6c080f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/terms/reference/filters.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Can be used as follows in the declaration:
4141
"name": "<service name>",
4242
"terms": {
4343
"<terms type>": {
44-
"fetch": "<fetch URL>",
45-
"select": "<select CSS selector>",
44+
"fetch": "<URL>",
45+
"select": "<CSS or Range selectors>",
4646
"filter": [
4747
"customFilter"
4848
]
@@ -68,8 +68,8 @@ Can be used as follows in the declaration:
6868
"name": "<service name>",
6969
"terms": {
7070
"<terms type>": {
71-
"fetch": "<fetch URL>",
72-
"select": "<select CSS selector>",
71+
"fetch": "<URL>",
72+
"select": "<CSS or Range selectors>",
7373
"filter": [
7474
{
7575
"customParameterizedFilter": "params"

0 commit comments

Comments
 (0)