From 0a1bc8230c2f0a73beb2a83c01bd80bf8732f0ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 01:13:42 +0000 Subject: [PATCH] Update 'Vespa-CLI' reference documentation. (#3353) Co-authored-by: kkraune --- en/reference/vespa-cli/vespa_clone.md | 2 +- en/reference/vespa-cli/vespa_feed.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/reference/vespa-cli/vespa_clone.md b/en/reference/vespa-cli/vespa_clone.md index 4184a554c5..269cfa4b2f 100644 --- a/en/reference/vespa-cli/vespa_clone.md +++ b/en/reference/vespa-cli/vespa_clone.md @@ -15,7 +15,7 @@ Sample applications are downloaded from https://github.com/vespa-engine/sample-apps. By default sample applications are cached in the user's cache directory. This -directory can be overriden by setting the VESPA_CLI_CACHE_DIR environment +directory can be overridden by setting the VESPA_CLI_CACHE_DIR environment variable. ``` diff --git a/en/reference/vespa-cli/vespa_feed.md b/en/reference/vespa-cli/vespa_feed.md index b0fb31a29f..dea48a06bc 100644 --- a/en/reference/vespa-cli/vespa_feed.md +++ b/en/reference/vespa-cli/vespa_feed.md @@ -34,7 +34,7 @@ in a JSON format: - http.request.MBps: Request throughput measured in MB/s. This is the raw operation throughput, and not the network throughput, I.e. using compression does not affect this number. -- http.exception.count: Same as feeder.error.count. Present for compatiblity +- http.exception.count: Same as feeder.error.count. Present for compatibility with vespa-feed-client. - http.response.count: Number of HTTP responses received. - http.response.bytes: Number of bytes received.