From ea537e7d0df99a542b9602f06180fa558e0c1903 Mon Sep 17 00:00:00 2001 From: Ewan Valentine Date: Wed, 29 May 2019 22:36:12 +0100 Subject: [PATCH] FIXED type-o in docs (#1254) --- docs/content/design/from-vcs2user.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/design/from-vcs2user.md b/docs/content/design/from-vcs2user.md index 127863b5..b66e7334 100644 --- a/docs/content/design/from-vcs2user.md +++ b/docs/content/design/from-vcs2user.md @@ -48,7 +48,7 @@ Then the `Fetcher`: - invokes `go mod download -json {module}` This command downloads the module into the storage. Once the download is completed, -- the `Fetch` function reads the module bits from stroage and returns them to the caller. +- the `Fetch` function reads the module bits from storage and returns them to the caller. - The exact path of module files is returned by `go mod` as part of `JSON` response. ### Stash @@ -130,4 +130,4 @@ In _Download protocol_ it is used to check whether or not the module is already Otherwise, _Download protocol_ uses `Stasher` to download module, store it into a `storage` and then it serves it back to the user. -You can also see `addons.WithPool` in a code snippet above. This addon is something similar to `Stash wrapper - Pool`. It controls the number of concurrent requests proxy can handle. \ No newline at end of file +You can also see `addons.WithPool` in a code snippet above. This addon is something similar to `Stash wrapper - Pool`. It controls the number of concurrent requests proxy can handle.