Skip to content

Commit

Permalink
Merge pull request #371 from pedrovieira7/patch-1
Browse files Browse the repository at this point in the history
Fix typo #trivial
  • Loading branch information
orta committed Sep 10, 2017
2 parents b6b6b54 + bda1a14 commit d3c5c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/dsl/GitDSL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export interface JSONDiffValue {
after: any
/** If both before & after are arrays, then you optionally get what is added. Empty if no additional objects. */
added?: any[]
/** If both before & after are arrays, then you optionally get what is removed. Empty ig no removed objects. */
/** If both before & after are arrays, then you optionally get what is removed. Empty if no removed objects. */
removed?: any[]
}

Expand Down

0 comments on commit d3c5c52

Please sign in to comment.