diff --git a/docs/OVERVIEW.md b/docs/OVERVIEW.md
index ad12c52aac97185156e72082167bd3329fbb8842..345a7f1d1897ec38c182e3e122e1cd7301cccd82 100644
--- a/docs/OVERVIEW.md
+++ b/docs/OVERVIEW.md
@@ -135,7 +135,7 @@ Samizdat is divided into a few parts:
    once loaded in a visitor's browser, it takes over handling all requests originating from the website, using plugins for content retrieval;
  - **[plugins](./../plugins/)**  
    which implement different means of content retrieval, of which there are two kinds:
-   - *transport plugins*, handling retrieval of content from remote locations; this can be achieved by using a regular [HTTPS `fetch()`](./../plugins/fetch.js) to the original domain, or [via `IPFS`](./../plugins/gun-ipfs.js), or by requesting content from any other pre-configured location, or through any other means, as long as it's possible to implement it in JavaScript runningin the browser;
+   - *transport plugins*, handling retrieval of content from remote locations; this can be achieved by using a regular [HTTPS `fetch()`](./../plugins/fetch.js) to the original domain, or [via `IPFS`](./../plugins/gun-ipfs.js), or by requesting content from any other pre-configured location, or through any other means, as long as it's possible to implement it in JavaScript running in the browser;
    - *stashing plugins*, which handle saving successfully retrieved content locally (for example using the [Cache API](https://developer.mozilla.org/en-US/docs/Web/API/Cache)) to be used in case the website is blocked.
 
 You can read more about Samizdat's architecture [here](./ARCHITECTURE.md).