QUICKSTART: minor styling improvement

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

Wyświetl plik

@ -147,7 +147,7 @@ What this gives us is that any content successfully retrieved by `fetch` will no
> ### Note on plugin types
>
> The `cache` plugin is a "stashing" plugin in LibResilient nomenclature. Such plugins have no way of accessing remote content, they are only good at saving such content locally for later, offline use. Currently there are no other stashing plugins, but anything that can save data locally and is available in Service Workers could be used to write new ones.
> The `cache` plugin is a **"stashing"** plugin in LibResilient nomenclature. Such plugins have no way of accessing remote content, they are only good at saving such content locally for later, offline use. Currently there are no other stashing plugins, but anything that can save data locally and is available in Service Workers could be used to write new ones.
>
> Other types of plugins are:
>