You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2021/06/25 09:18:15 UTC

[sling-whiteboard] branch master updated: moretweaks

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new ee31e7e  moretweaks
ee31e7e is described below

commit ee31e7ed0535a9bfa54c2199f80fb95c28090924
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Fri Jun 25 11:18:06 2021 +0200

    moretweaks
---
 sling-org-apache-sling-graphql-schema/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sling-org-apache-sling-graphql-schema/README.md b/sling-org-apache-sling-graphql-schema/README.md
index 3fc78c3..ce412e0 100644
--- a/sling-org-apache-sling-graphql-schema/README.md
+++ b/sling-org-apache-sling-graphql-schema/README.md
@@ -28,7 +28,7 @@ specific set of queries, mutations and types.
 ## Provider bundles
 
 To provide partials, a bundle sets a `Sling-GraphQL-Schema` header in its OSGi manifest, with a value that
-points to one or several paths where partials are found.
+points to one or several paths where partials are found in the bundle resources.
 
 A partial is a text file with a `.graphql.partial.txt` extension that has the following structure:
 
@@ -63,7 +63,7 @@ A partial is a text file with a `.graphql.partial.txt` extension that has the fo
         command(lang: String, input: Object) : CommandResult @fetcher(name:"samples/command")
     }
 
-    # There are no constaints on the rest of the schema, which the assembler simply concatenates
+    # There are no constraints on the rest of the schema, which the assembler simply concatenates
     # after the Query and Mutation sections
     type Folder {
       path : ID!