Skip to content

Commit

Permalink
Grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
pcowgill authored Apr 24, 2019
1 parent edb4520 commit 22799c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decentraland/constants/UserActionStatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const PENDING = "PENDING";
export const FAILED = "FAILED";

// Note: We are using only 'SUCCESSFUL' for now
// When we'll tracking confirmations that will be used for >= 7
// When we're tracking confirmations that will be used for >= 7
// and 'PROBABLY_SUCCESSFUL' to < 7 confirmations.
export const PROBABLY_SUCCESSFUL = "PROBABLY_SUCCESSFUL";
export const SUCCESSFUL = "SUCCESSFUL";
Expand Down

0 comments on commit 22799c5

Please sign in to comment.