mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 10:46:21 +07:00
chore(ExApp): codespell errors
Signed-off-by: Edward Ly <contact@edward.ly>
This commit is contained in:
@@ -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``
|
||||
|
||||
|
||||
@@ -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::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user