Skip to content

Commit

Permalink
Merge pull request #195 from steipete/patch-1
Browse files Browse the repository at this point in the history
Fixes a typo
  • Loading branch information
orta committed Mar 22, 2017
2 parents 7194dbc + a2d0924 commit 1329527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/dsl/Commit.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** A platform agnostic refernce to a Git commit */
/** A platform agnostic reference to a Git commit */
export interface GitCommit {
/** The SHA for the commit */
sha: string,
Expand Down

0 comments on commit 1329527

Please sign in to comment.