FIXED type-o in docs (#1254)

This commit is contained in:
Ewan Valentine
2019-05-29 22:36:12 +01:00
committed by Marwan Sulaiman
parent 0bfb2ed604
commit ea537e7d0d
+2 -2
View File
@@ -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.
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.