Update apps/build-docs/src/backend_script_entrypoint.ts

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Elian Doran
2025-11-02 20:05:44 +02:00
committed by GitHub
parent beb7c66ff5
commit 0a6670ce5e

View File

@@ -31,6 +31,6 @@ export type { Api };
const fakeNote = new BNote();
/**
* The `code` api global variable allows access to the backend script API, which is documented in {@link Api}.
* The `api` global variable allows access to the backend script API, which is documented in {@link Api}.
*/
export const api: Api = new BackendScriptApi(fakeNote, {});