chore(ExApp): codespell errors

Signed-off-by: Edward Ly <contact@edward.ly>
This commit is contained in:
Edward Ly
2024-10-23 19:52:37 -07:00
parent 72d143ede7
commit 673f8f76f2
4 changed files with 4 additions and 4 deletions

View File

@@ -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``

View File

@@ -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::