From 89c3445b013d2a39a35e1cbe1e33be0f7e1d9a8b Mon Sep 17 00:00:00 2001 From: Calvin Cestari Date: Thu, 12 Sep 2024 11:09:24 -0700 Subject: [PATCH] docs: Update codegen configuration documentation (apollographql/apollo-ios-dev#477) --- 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 3219bd6a..df4de29c 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. ///