Skip to content

Commit 0a6670c

Browse files
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>
1 parent beb7c66 commit 0a6670c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/build-docs/src/backend_script_entrypoint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ export type { Api };
3131
const fakeNote = new BNote();
3232

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

0 commit comments

Comments
 (0)