Skip to content

Commit

Permalink
[docs] Spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Aug 6, 2024
1 parent 7328fee commit 9f60905
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/developer/admin-utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ This class has two important attributes:
**Full python path**:
``openwisp_users.multitenancy.MultitenantOrgFilter``.

This autocomplete admin filter displays only organizations the current
user can manage. Below is an example of adding the autocomplete
This auto complete admin filter displays only organizations the current
user can manage. Below is an example of adding the auto complete
organization filter in ``BookAdmin``:

.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion docs/developer/django-rest-framework-utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Sometimes, the API view needs to check the existence and the
In such cases, ``FilterByParentMembership``, ``FilterByParentManaged`` and
``FilterByParentOwned`` can be used.

For example, given a hypotetical URL
For example, given a hypothetical URL
``/api/v1/device/{device_id}/config/``, the view must check that
``{device_id}`` exists and that the user has access to it, here's how to
do it:
Expand Down
2 changes: 1 addition & 1 deletion docs/developer/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Alternative Sources
Pypi
~~~~

To install the latest stable version from pypi:
To install the latest Pypi:

.. code-block:: shell
Expand Down
2 changes: 1 addition & 1 deletion docs/developer/misc-utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ database query to fetch the organization instance.

Use this check to grant access to end-users who need to consume services
offered by organizations they're members of, such as authenticating to
public Wi-Fi services.
public WiFi services.

``is_manager(org)``
~~~~~~~~~~~~~~~~~~~
Expand Down
9 changes: 3 additions & 6 deletions docs/partials/developer-docs.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
.. note::

This documentation page is aimed at developers who want to customize,
change or extend the code of OpenWISP Users in order to modify its
behavior (eg: for personal or commercial purposes or to fix a bug,
implement a new feature or contribute to the project in general).
This page is for developers who want to customize or extend OpenWISP
Users, whether for bug fixes, new features, or contributions.

If you aren't a developer and you are looking for information on how
to use OpenWISP, please refer to:
For user guides and general information, please see:

- :doc:`General OpenWISP Quickstart </user/quickstart>`
- :doc:`OpenWISP Users Usage Docs </users/index>`
6 changes: 3 additions & 3 deletions docs/user/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ of Django third party apps to implement the following:

On a similar note, the `OpenWISP RADIUS
<https://openwisp-radius.readthedocs.io/>`_ module ships logic that allows
end-users to log into WiFi services using OAuth (eg: social login provided
by Google, Facebook) or SAML (eg: `EIDAS <https://www.eid.as/>`_, `SPID
<https://www.spid.gov.it/en/>`_).
end-users to log into WiFi services using OAuth (e.g.: social login
provided by Google, Facebook) or SAML (e.g.: `EIDAS
<https://www.eid.as/>`_, `SPID <https://www.spid.gov.it/en/>`_).

0 comments on commit 9f60905

Please sign in to comment.