Skip to content

Commit 5e7fc66

Browse files
committed
i can spel gud
1 parent 248f179 commit 5e7fc66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/open.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ func buildAppLinkURL(baseURL *url.URL, workspace codersdk.Workspace, agent coder
518518

519519
// replacePlaceholderExternalSessionTokenString replaces any $SESSION_TOKEN
520520
// strings in the URL with the actual session token.
521-
// This is consistent behaviour with the frontend. See: site/src/modules/resources/AppLink/AppLink.tsx
521+
// This is consistent behavior with the frontend. See: site/src/modules/resources/AppLink/AppLink.tsx
522522
func replacePlaceholderExternalSessionTokenString(client *codersdk.Client, appURL string) string {
523523
if !strings.Contains(appURL, "$SESSION_TOKEN") {
524524
return appURL

0 commit comments

Comments
 (0)