Skip to content

Commit 37498c6

Browse files
Update relations.md (#783)
- Fix typo.
1 parent d136ecf commit 37498c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/common/relations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@ IEnumerable<ParseObject> books= await bookQuery.FindAsync();
14131413
{% if page.language == "js" %}
14141414
```js
14151415
// set up our query for the Book object
1416-
cosnt bookQuery = new Parse.Query("Book");
1416+
const bookQuery = new Parse.Query("Book");
14171417

14181418
// configure any constraints on your query...
14191419
// tell the query to fetch all of the Author objects along with the Book

0 commit comments

Comments
 (0)