Skip to content

Commit

Permalink
Merge pull request #19 from daryl-d/patch-1
Browse files Browse the repository at this point in the history
Fixed spelling mistake `historgram` -> `histogram`
  • Loading branch information
dimitropoulos committed Apr 29, 2019
2 parents f09752e + 66e5b57 commit dc88ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Returns a registry class.
Returns a metric class of the specified type. The metric is already registered with the registry that creates it.

Arguments
1. `type` (*String*): The type of metric to create. The current supported types are `counter`, `gauge`, and `historgram`.
1. `type` (*String*): The type of metric to create. The current supported types are `counter`, `gauge`, and `histogram`.
2. `name` (*String*): The name of the metric
3. `help` (*String*): The help message for the metric

Expand Down

0 comments on commit dc88ea5

Please sign in to comment.