From 90b3d1eefb9d258973a753058e57e7158464d97a Mon Sep 17 00:00:00 2001 From: Mark Nguyen <44610543+nghongphuong94@users.noreply.github.com> Date: Mon, 2 Nov 2020 11:32:40 +0700 Subject: [PATCH] Update relations.md - Fix typo. --- _includes/common/relations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/common/relations.md b/_includes/common/relations.md index 06541d512..3f9ed1c0b 100644 --- a/_includes/common/relations.md +++ b/_includes/common/relations.md @@ -1413,7 +1413,7 @@ IEnumerable books= await bookQuery.FindAsync(); {% if page.language == "js" %} ```js // set up our query for the Book object -cosnt bookQuery = new Parse.Query("Book"); +const bookQuery = new Parse.Query("Book"); // configure any constraints on your query... // tell the query to fetch all of the Author objects along with the Book