QUICKSTART: minor text improvement

merge-requests/12/merge
Michał 'rysiek' Woźniak 2022-03-09 23:57:18 +00:00
rodzic 57352a3f8b
commit 3952067b75
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -152,7 +152,7 @@ What this gives us is that any content successfully retrieved by `fetch` will no
> Other types of plugins are:
>
> - **"transport"** plugins\
> These are the plugins that are able to access content remotely, by whatever means; `fetch` plugin is an example of transport plugins. There are others.
> These are the plugins that are able to access content remotely, by whatever means; `fetch` plugin is an example of a transport plugin. There are others, and we will use them later on.
>
> - **"wrapper"** plugins\
> These are plugins that wrap other plugins to add functionality. To function, wrapping plugins need other plugins to "wrap". We will cover this later.