Skip to content

Commit 89a3abb

Browse files
Update content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/runtime-controller-api.md
Co-authored-by: Mark van Ments <35492184+MarkvanMents@users.noreply.github.com>
1 parent 81f747a commit 89a3abb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/runtime-controller-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Before starting this how-to, make sure you have completed the following prerequi
2525
You can listen for runtime connection state changes to know when the app starts or stops running. To do this, follow the steps below:
2626

2727
1. Add an event listener to respond when the connection state changes.
28-
2. Replace your `src/main/index.ts` file with the following:
28+
2. Replace the content of your `src/main/index.ts` file with the following:
2929

3030
```typescript
3131
import { IComponent, getStudioProApi } from "@mendix/extensions-api";

0 commit comments

Comments
 (0)