Skip to content

Commit

Permalink
docs(appsync): fix typo in deprecated message (#27213)
Browse files Browse the repository at this point in the history
This PR intends to: 
- fix a small typo in the deprecated message of `schema` property.
  • Loading branch information
cjcbusatto authored Sep 20, 2023
1 parent 097bd0f commit 8fff9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-appsync/lib/graphqlapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ export interface GraphqlApiProps {
* SchemaFile.fromAsset(filePath: string) allows schema definition through schema.graphql file
*
* @default - schema will be generated code-first (i.e. addType, addObjectType, etc.)
* @deprecated use apiSoure.schema instead
* @deprecated use apiSource.schema instead
*/
readonly schema?: ISchema;
/**
Expand Down

0 comments on commit 8fff9d3

Please sign in to comment.