We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d136ecf commit 37498c6Copy full SHA for 37498c6
_includes/common/relations.md
@@ -1413,7 +1413,7 @@ IEnumerable<ParseObject> books= await bookQuery.FindAsync();
1413
{% if page.language == "js" %}
1414
```js
1415
// set up our query for the Book object
1416
-cosnt bookQuery = new Parse.Query("Book");
+const bookQuery = new Parse.Query("Book");
1417
1418
// configure any constraints on your query...
1419
// tell the query to fetch all of the Author objects along with the Book
0 commit comments