Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update README.md #3

wants to merge 1 commit into from

Conversation

alexanderfanz
Copy link

@alexanderfanz alexanderfanz commented Jan 1, 2024

Issue #, if available:

Description of changes:

Fixing a typo in the documentation. There was an asterisk ("*") in the middle of two names:

awscdk.IdentitySource_*Header(jsii.String("Authorization")),
awscdk.IdentitySource_*QueryString(jsii.String("allow")),

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Fixing a typo. There was an asterisk ("*") in the middle of two names:

```go
awscdk.IdentitySource_*Header(jsii.String("Authorization")),
		awscdk.IdentitySource_*QueryString(jsii.String("allow")),
```
@skinny85
Copy link

skinny85 commented Jan 1, 2024

Hi @alexanderfanz, thanks a lot for opening the PR. Unfortunately, this repository only contains code automatically generated from TypeScript by the JSII tool (you can see it with the commit history). If you want to fix the ReadMe issue, it needs to be fixed in the aws/aws-cdk repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants