From 71d38da5fb5f2aa7689c1e5bc6182fe09895274b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 1 Sep 2023 19:01:40 -0400 Subject: [PATCH] spelling: facilitate Signed-off-by: Josh Soref --- api/graph/schema.graphqls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/graph/schema.graphqls b/api/graph/schema.graphqls index e64c787..0e941f7 100644 --- a/api/graph/schema.graphqls +++ b/api/graph/schema.graphqls @@ -40,7 +40,7 @@ directive @access(scope: AccessScope!, kind: AccessKind!) on FIELD_DEFINITION """ This used to decorate private resolvers which are only accessible to build -workers, and are used to faciliate the build process. +workers, and are used to facilitate the build process. """ directive @worker on FIELD_DEFINITION -- 2.38.5