diff --git a/docs/faq.rst b/docs/faq.rst
index cdca1bca..4c6f4557 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -1,4 +1,3 @@
-
FAQ
===
@@ -765,7 +764,7 @@ How to setup web service
.. code-block:: shell
- yay -S python-aiohttp python-aiohttp-jinja2
+ yay -S python-aiohttp python-aiohttp-jinja2 python-aiohttp-apispec>=3.0.0 python-aiohttp-cors
#.
Configure service:
diff --git a/docs/triggers.rst b/docs/triggers.rst
index 1f4e846b..8b452106 100644
--- a/docs/triggers.rst
+++ b/docs/triggers.rst
@@ -73,7 +73,7 @@ The ``context`` also implements collection methods such as ``__iter__`` and ``__
Trigger example
---------------
-Lets consider example of reporting trigger (e.g. `slack `_, which provides easy HTTP API for integration triggers).gre
+Lets consider example of reporting trigger (e.g. `slack `_, which provides easy HTTP API for integration triggers).
In order to post message to slack we will need a specific trigger url (something like ``https://hooks.slack.com/services/company_id/trigger_id``), channel (e.g. ``#archrepo``) and username (``repo-bot``).