Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jun 15, 2020
1 parent 9781c4f commit c6306a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphql-to-commits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ async function graphqlToCommit(
let prEdge: PREdge = commitEdge.node.associatedPullRequests.edges[0];

// if the commit.sha and mergeCommit.oid do not match, assume that this
// was a push directl to the default branch.
// was a push directly to the default branch.
//
// TODO: investigate our motivations for skipping commits when
// commitEdge.node.oid and prEdge.node.mergeCommit.oid do not match (this
Expand Down

0 comments on commit c6306a4

Please sign in to comment.