Skip to content

Commit 9a8280c

Browse files
committed
Revisions
1 parent 5ee80f4 commit 9a8280c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ When a user installs an extension that requests permissions, they can manage tho
4949

5050
## Available Permissions
5151

52-
Currently, the following permissions are available for web extensions:
52+
The following permissions are available for web extensions:
5353

5454
| Permission | Description |
5555
|------------|-------------|

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before starting this how-to, make sure you have completed the following prerequi
2020
Set up the extension structure by following the steps below:
2121

2222
1. Create a menu that will display the runtime constants in the `loaded` method in the main entry point (`src/main/index.ts`). This can be done by following the steps in [Create a Menu Using Web API](/apidocs-mxsdk/apidocs/web-extensibility-api-11/menu-api/).
23-
2. Replace your `src/main/index.ts` file with the following:
23+
2. Replace the contents of your `src/main/index.ts` file with the following:
2424

2525
```typescript
2626
import { IComponent, Menu, getStudioProApi } from "@mendix/extensions-api";

0 commit comments

Comments
 (0)