Skip to content

Commit

Permalink
fix(console): "enpoint" -> "endpoint"
Browse files Browse the repository at this point in the history
Came as feedback from @andmoredev
  • Loading branch information
eladb committed May 23, 2024
1 parent ffc070d commit 626e0e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const EndpointInteraction = ({
<Button
id={toggleId}
small
title="Open a tunnel for this enpoint"
title="Open a tunnel for this endpoint"
disabled={endpoint.exposeStatus === "connecting"}
className="px-0.5 h-7 content-end"
onClick={exposeEndpoint}
Expand Down

0 comments on commit 626e0e0

Please sign in to comment.