From d08fbcad00282dd01d104446248641b2c3c4f9d9 Mon Sep 17 00:00:00 2001 From: Sohaib Athar Date: Thu, 17 Aug 2023 10:38:34 +0500 Subject: [PATCH] Update rest-api.adoc s/yur/your/ --- docs/modules/ROOT/pages/ogm/examples/rest-api.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/ogm/examples/rest-api.adoc b/docs/modules/ROOT/pages/ogm/examples/rest-api.adoc index 3250d567f3..bc5955748b 100644 --- a/docs/modules/ROOT/pages/ogm/examples/rest-api.adoc +++ b/docs/modules/ROOT/pages/ogm/examples/rest-api.adoc @@ -3,7 +3,7 @@ This example demonstrates how you might use the OGM without exposing a Neo4j GraphQL API endpoint. The example starts an https://expressjs.com/[Express] server and uses the OGM to interact with the Neo4j GraphQL Library, exposed over a REST endpoint. -First, create your example application directory, create a new project and also the file which will contain yur application code: +First, create your example application directory, create a new project and also the file which will contain your application code: [source, bash, indent=0] ----