doc: Fix occurrences of repeated words

Another round of repeated words cleanup. This commit tries to keep the
diff minimal and line wrapping was mostly left intact in the touched
files, as having them consistent across the documentation is probably
the topic of a future tree-wide cleanup (or not)

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2023-11-15 16:29:08 +01:00 committed by Anas Nashif
commit 155420522b
23 changed files with 30 additions and 32 deletions

View file

@ -14,7 +14,7 @@ Using the CAP Acceptor
======================
When the Bluetooth stack has been initialized (:code:`bt init`), the Acceptor can be registered by
by calling :code:`cap_acceptor init`, which will register the CAS and CSIS services, as well as
calling :code:`cap_acceptor init`, which will register the CAS and CSIS services, as well as
register callbacks.
.. code-block:: console