diff options
| author | Kubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com> | 2017-08-20 13:01:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-20 13:01:14 -0700 |
| commit | 45acc0a2b631452fe6338188ae40cea2ad0edf2e (patch) | |
| tree | b2035f6368e9952e2fadfaddcebb6d4f9edb62fa | |
| parent | 3bd411aa2d2517ac198e95c1dc3e14b524c913b4 (diff) | |
| parent | cc889a9132014496157514942e0c447586d18942 (diff) | |
Merge pull request #949 from Rajadeepan/Rajadeepan-patch-2
Automatic merge from submit-queue
Fixed Typo
| -rw-r--r-- | contributors/design-proposals/volume-metrics.md | 2 |
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 |
