Commit 4fe7b71e authored by Brian Brazil's avatar Brian Brazil

Merge pull request #79 from prometheus/beorn7/typos

Fix typo.
parents d95b8124 3ea45121
......@@ -121,7 +121,7 @@ differences as part of your release process.
Failures should be handled similarly to logging. Every time there is a failure, a
counter should be incremented. Unlike logging, the error may also bubble up to a
more general error counter depending on how your code is strctured.
more general error counter depending on how your code is structured.
When reporting failures, you should generally have some other metric
representing the total number of attempts. This makes the failure ratio easy to calculate.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment