From d33c10ab95ff911b6041fd0b3c180de1f706ed5a Mon Sep 17 00:00:00 2001 From: XIAOCheng Date: Fri, 19 Jun 2026 00:06:38 +0800 Subject: [PATCH] fix: correct typos in README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - "dependancy" → "dependency" - "to you" → "to your" --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5047ebf..640594e 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,9 @@ gem 'graphql_java_gen' And then execute: $ bundle - The generated code depends on the com.shopify.graphql.support java package. This can be added to a gradle project by adding the following -dependancy to you `build.gradle` file: +dependency to your `build.gradle` file: implementation 'com.shopify.graphql.support:support:0.2.1'