summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contributors/design-proposals/volume-metrics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/volume-metrics.md b/contributors/design-proposals/volume-metrics.md
index 79a45cb8..65f3c513 100644
--- a/contributors/design-proposals/volume-metrics.md
+++ b/contributors/design-proposals/volume-metrics.md
@@ -133,7 +133,7 @@ pv controller.
```
`operationExecutorHook` function is a hook that is registered in operation_executor and it will
- initialize necessary metric params and will return a function. This will will be called when
+ initialize necessary metric params and will return a function. This will be called when
operation is complete and will finalize metric creation and finally emit the metrics.
### Conclusion