Skip to content

Commit 57b147c

Browse files
Merge pull request #1614 from yodagamaheshan/patch-1
typo of the same word twice by mistake.
2 parents 46028fe + 2f4f220 commit 57b147c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can install `Apollo.framework` into your project using any of the three majo
3838

3939
You'll have to copy or [download a schema](/downloading-schema/) to your target's directory before generating code.
4040

41-
Apollo iOS requires a GraphQL schema file as input to the code generation process. A schema file is a JSON file that contains the results of an an introspection query. Conventionally this file is called `schema.json`.
41+
Apollo iOS requires a GraphQL schema file as input to the code generation process. A schema file is a JSON file that contains the results of an introspection query. Conventionally this file is called `schema.json`.
4242

4343
Note that you need to add this in the folder where most of your code is, NOT in the same folder where the `.xcodeproj` and/or `.xcworkspace` are located. Here is a rough ASCII representation of what this should look like:
4444

0 commit comments

Comments
 (0)