Skip to content

Commit 75ea1f5

Browse files
authored
fix(docx): Non-matching example in Queries doc page (prescottprue#935) (prescottprue#942)
1 parent 39ad9bb commit 75ea1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/queries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ Limit query results to the first n number of results.
368368

369369
```javascript
370370
firebaseConnect([
371-
{ path: '/todos', queryParams: [ 'orderByChild=createdBy', 'equalTo=123' ] }
371+
{ path: '/todos', queryParams: [ 'limitToFirst=10'] }
372372
// '/todos#limitToFirst=10' // string notation
373373
])
374374
```

0 commit comments

Comments
 (0)