Skip to content

Commit 0b4eee0

Browse files
author
Christian Fox
committed
Fixes typo
1 parent 3b7d2d7 commit 0b4eee0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/gitxc/GitXC.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import GitXCLib
66
struct GitXC: ParsableCommand {
77

88
static let configuration = CommandConfiguration(
9-
abstract: "Atool that performs git merge or pull but additionally checks for and resolves conflicts in an Xcode project's info.plist files, specifically conflicts with the CFBundleVersion value.",
9+
abstract: "A tool that performs git merge or pull but additionally checks for and resolves conflicts in an Xcode project's info.plist files, specifically conflicts with the CFBundleVersion value.",
1010
subcommands: [Merge.self, Pull.self]
1111
)
1212
}

0 commit comments

Comments
 (0)