From eb51b5ee38cf0341ce9c5f3d2203aaba97f2da11 Mon Sep 17 00:00:00 2001 From: gh-action-runner Date: Thu, 12 Sep 2024 18:10:01 +0000 Subject: [PATCH] Squashed 'apollo-ios-codegen/' changes from 936e5aaa..89c3445b 89c3445b docs: Update codegen configuration documentation (apollographql/apollo-ios-dev#477) git-subtree-dir: apollo-ios-codegen git-subtree-split: 89c3445b013d2a39a35e1cbe1e33be0f7e1d9a8b --- Sources/ApolloCodegenLib/ApolloCodegenConfiguration.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ApolloCodegenLib/ApolloCodegenConfiguration.swift b/Sources/ApolloCodegenLib/ApolloCodegenConfiguration.swift index 3219bd6af..df4de29c4 100644 --- a/Sources/ApolloCodegenLib/ApolloCodegenConfiguration.swift +++ b/Sources/ApolloCodegenLib/ApolloCodegenConfiguration.swift @@ -468,7 +468,7 @@ public struct ApolloCodegenConfiguration: Codable, Equatable { public let selectionSetInitializers: SelectionSetInitializers /// How to generate the operation documents for your generated operations. public let operationDocumentFormat: OperationDocumentFormat - /// Customization options to be applie to the schema during code generation. + /// Customization options to be applied to the schema during code generation. public let schemaCustomization: SchemaCustomization /// Generate import statements that are compatible with including `Apollo` via Cocoapods. ///