Skip to content

Commit dbe0aad

Browse files
toymachiner62zbjornson
authored andcommitted
Update misspelled method
1 parent f817dd3 commit dbe0aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/histogram-1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const h = new Histogram({
1515
h.labels('200').observe(0.4);
1616
h.labels('200').observe(0.6);
1717

18-
h.obsever({ code: '200' }, 0.4);
18+
h.observe({ code: '200' }, 0.4);
1919

2020
console.log(register.metrics());
2121

0 commit comments

Comments
 (0)