8000 Fix typo. · coder/jetbrains-coder@2214c99 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2214c99

Browse files
committed
Fix typo.
1 parent cc260fa commit 2214c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/coder/gateway/views/steps/CoderWorkspaceProjectIDEStepView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ class CoderWorkspaceProjectIDEStepView(
273273
// Using contains on the displayable version of the ide means they can be as specific or as vague as they want
274274
// CL 2023.3.6 233.15619.8 -> a specific Clion build
275275
// CL 2023.3.6 -> a specific Clion version
276-
// 2023.3.6 -> a specific version (some customers will on have one specific IDE in their list anyway)
276+
// 2023.3.6 -> a specific version (some customers will only have one specific IDE in their list anyway)
277277
if (settings.defaultIde.isEmpty()) {
278278
false
279279
} else {

0 commit comments

Comments
 (0)
0