Skip to content

Commit e975775

Browse files
committed
Update command name
1 parent 3bfca83 commit e975775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EditorExtension/ChatWithSelection.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Foundation
44
import XcodeKit
55

66
class ChatWithSelectionCommand: NSObject, XCSourceEditorCommand, CommandType {
7-
var name: String { "Chat With Selection" }
7+
var name: String { "Chat with Selection" }
88

99
func perform(
1010
with invocation: XCSourceEditorCommandInvocation,

0 commit comments

Comments
 (0)