Skip to content

Commit

Permalink
fix(signalfx): fix typo in signalflow error message template (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
fieldju committed Oct 2, 2019
1 parent 9a2e0e4 commit cfb80ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
public class SignalFxMetricsService implements MetricsService {

private static final String SIGNAL_FLOW_ERROR_TEMPLATE =
"An error occurred whole executing the Signal Flow program. "
"An error occurred while executing the Signal Flow program. "
+ "account: %s "
+ "startEpochMilli: %s "
+ "endEpochMilli: %s "
Expand Down

0 comments on commit cfb80ed

Please sign in to comment.