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

fix: updating osml_endpoint_container.ts #59

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

drduhe
Copy link
Collaborator

@drduhe drduhe commented Nov 8, 2023

Issue #, if available:

Description of changes:
Updating osml_endpoint_container.ts to fix typo in Construct name

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

@@ -69,7 +69,7 @@ export class OMSLEndpointContainer extends Construct {
* @param {Construct} scope - The scope/stack in which to define this construct.
* @param {string} id - The id of this construct within the current scope.
* @param {OSMLEndpointContainerProps} props - The properties of this construct.
* @returns OMSLEndpointContainer - The OMSLEndpointContainer instance.
* @returns OSMLEndpointContainer - The OMSLEndpointContainer instance.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo in the commend section

  • The OMSLEndpointContainer instance. should be The OSMLEndpointContainer instance.

@drduhe drduhe merged commit 8138d45 into dev Nov 8, 2023
1 check passed
@drduhe drduhe deleted the fix/fix-container-construct-name branch November 8, 2023 17:45
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.

3 participants