Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fixing a small typo, `ttrue` -> `true`
  • Loading branch information
dadadom authored and ahus1 committed Jan 15, 2019
1 parent 8682a46 commit 56e893b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public Number call() {
true) : null;
final Counter.Child errorCounter = exportDeprecatedMetrics ?
addCounter("error_total",
"instead of error_total you should sum up all events with \"terminal\" set to ttrue that you consider errors",
"instead of error_total you should sum up all events with \"terminal\" set to true that you consider errors",
true) : null;
HystrixCommandCompletionStream.getInstance(commandKey)
.observe()
Expand Down

0 comments on commit 56e893b

Please sign in to comment.