Skip to content

Commit

Permalink
fix: codespell errors
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Ly <[email protected]>
  • Loading branch information
edward-ly committed Oct 24, 2024
1 parent 2466078 commit edfdf3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion admin_manual/exapps_management/DeployConfigurations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ where:
It can be ``0.0.0.0`` in some specific configurations, when VPN is used
or both Nextcloud instance and ExApps are one the same physical machine but different virtual environments.

Also you can specify something like ``10.10.2.5`` and in this case ``ExApp`` wil try to bind to that address and
Also you can specify something like ``10.10.2.5`` and in this case ``ExApp`` will try to bind to that address and
AppAPI will try to send request s directly to this address assuming that ExApp itself bound on it.

The simplest implementation is in **Manual-Install** deploy type:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Heartbeat
*********

The ``GET /heartbeat`` method is called periodically by Nextcloud to check the ExApp health status,
if its webserver is running and recieving requests.
if its webserver is running and receiving requests.

URL: ``GET http://localhost:2345/heartbeat``

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ To simplify the usage, we declare a few constants:
export const APP_API_PROXY_URL_PREFIX = '/apps/app_api/proxy'
export const APP_API_ROUTER_BASE = '/apps/app_api/embedded'
The bootstrap of the Vue app (`UI Example boostrap <https://github.com/cloud-py-api/ui_example/blob/main/src/bootstrap.js>`_) is changes as follows:
The bootstrap of the Vue app (`UI Example bootstrap <https://github.com/cloud-py-api/ui_example/blob/main/src/bootstrap.js>`_) is changed as follows:

.. code-block::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ Response for this request should contain::

for success and if some error occur during **enabling**, it should be present and not be empty::

{"error": "i cant handle enabling"}
{"error": "i can't handle enabling"}

This is all three steps involved in the applications installation flow.

0 comments on commit edfdf3d

Please sign in to comment.