Skip to content

Commit ab71947

Browse files
authored
Merge pull request #32 from yoshizzle/orderby
Changed order-by to order_by to fix spelling error
2 parents 2091c66 + c5b35f8 commit ab71947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/getting_started/intros/Filtering.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,15 @@ export default function Filtering() {
139139
},
140140
{ operator: '+neq', type: 'string', description: 'Does not equal the value' },
141141
{
142-
operator: '+order-by',
142+
operator: '+order_by',
143143
type: 'string',
144144
description: 'Attribute to order the results by - must be filterable',
145145
},
146146
{
147147
operator: '+order',
148148
type: 'string',
149149
description: 'Either "asc" or "desc". ' +
150-
'Defaults to "asc". Requires an "+order-by" be given.',
150+
'Defaults to "asc". Requires an "+order_by" be given.',
151151
},
152152
]}
153153
/>

0 commit comments

Comments
 (0)