From 49a0f527e31c9dc96c4f5967f478832a570220e6 Mon Sep 17 00:00:00 2001 From: Elad Ben-Israel Date: Thu, 23 May 2024 15:39:05 -0700 Subject: [PATCH] fix(console): "enpoint" -> "endpoint" (#6551) Came as feedback from @andmoredev. ## Checklist - [x] Title matches [Winglang's style guide](https://www.winglang.io/contributing/start-here/pull_requests#how-are-pull-request-titles-formatted) - [x] Description explains motivation and solution - [x] Tests added (always) - [x] Docs updated (only required for features) - [x] Added `pr/e2e-full` label if this feature requires end-to-end testing *By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*. --- apps/wing-console/console/ui/src/ui/endpoint-interaction.tsx | 2 +- apps/wing-console/console/ui/src/ui/endpoint-tree.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/wing-console/console/ui/src/ui/endpoint-interaction.tsx b/apps/wing-console/console/ui/src/ui/endpoint-interaction.tsx index 1c75481b6d2..276cd6260dd 100644 --- a/apps/wing-console/console/ui/src/ui/endpoint-interaction.tsx +++ b/apps/wing-console/console/ui/src/ui/endpoint-interaction.tsx @@ -56,7 +56,7 @@ export const EndpointInteraction = ({