Skip to content

Commit 39d0be6

Browse files
committed
acrolinx edits
1 parent f16091f commit 39d0be6

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/embedded/getting-started/spembedded-for-vscode.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The SharePoint Embedded Visual Studio Code extension helps developers get starte
1818

1919
1. Open a new window in [Visual Studio Code](https://code.visualstudio.com/) and navigate to "**Extensions**" on the activity bar.
2020
1. Search "SharePoint Embedded" in the Extensions view. You can also view the extension in [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=SharepointEmbedded.ms-sharepoint-embedded-vscode-extension).
21-
1. Press **"Install"** and the SharePoint Embedded icon will load on the activity bar.
21+
1. Press **"Install"** and the SharePoint Embedded icon will appear on the activity bar.
2222
1. Select on the icon to open the SharePoint Embedded view and create a container type with trial configuration.
2323

2424
![SharePoint Embedded VS Extensions](../images/vsx-images/1downloadvsx.png)
@@ -33,8 +33,8 @@ If you don't already have a tenant, you can get a tenant through the [Microsoft
3333
![Install](../images/vsx-images/2vsx-signin.png)
3434

3535

36-
* Authentication will open a new tab in an external browser to sent to permissions
37-
* A pop-up window will prompt permissions, select **Accept**
36+
* Authentication opens a new tab in an external browser to grant permissions
37+
* Select **Accept** on the pop-up window prompting admin consent
3838

3939

4040
![consentperms](../images/vsx-images/3vsx-grant-admin-consent.png)
@@ -45,12 +45,12 @@ If you don't already have a tenant, you can get a tenant through the [Microsoft
4545

4646
## Create a container type with trial configuration
4747

48-
Once you've signed in, you will be prompted to create a [container type with trial configuration](../concepts/app-concepts/containertypes.md#trial-use). A container type lets you get started calling SharePoint Embedded APIs and building a proof-of-concept application using SharePoint Embedded. Learn more about [containertypes](../concepts/app-concepts/containertypes.md).
48+
Once signed in, you are prompted to create a [container type with trial configuration](../concepts/app-concepts/containertypes.md#trial-use). A container type lets you get started calling SharePoint Embedded APIs and building a proof-of-concept application using SharePoint Embedded. Learn more about [container types](../concepts/app-concepts/containertypes.md).
4949

5050
![home screen](../images/vsx-images/4vsx-home-screen.png)
5151

52-
* Click on **Create Trial Container Type**
53-
* Follow the prompts to name your container type. You can change your container type name later on
52+
* Select **Create Trial Container Type**
53+
* Follow the prompts to name your container type. You can change your container type name later on.
5454

5555
![create container type](../images/vsx-images/5a-name-ct.png)
5656

@@ -69,31 +69,31 @@ Every container type is owned by a Microsoft Entra ID application. The first ste
6969
> If you choose an existing application, the extension will update that app's configuration settings for it to work with both SharePoint Embedded and this extension. Doing this is NOT recommended on production applications.
7070
7171

72-
After your container type is created and your application is configure, you will be able to view your Local tenant registration as a tree in the left nav-bar
72+
After your container type is created and your application is configured, you'll be able to view your Local tenant registration as a tree in the left nav-bar
7373

7474

75-
## Register your trial container type
75+
## Register your container type
7676

77-
After creating your trial container type, you will need to register that container type on your local tenant. Learn more about container type [registration](../concepts/app-concepts/register-api-documentation.md).
77+
After creating your container type, you'll need to register that container type on your local tenant. Learn more about container type [registration](../concepts/app-concepts/register-api-documentation.md).
7878

79-
* Follow the prompt and click **'Register on local tenant'** on the lower right corner of the VS Code window
80-
* If you do not see the prompt, you can right-click on your `<container-type-name>` and select **Register** from the menu
79+
* Follow the prompt and select **'Register on local tenant'** on the lower right corner of the VS Code window
80+
* If you don't see the prompt, you can right-click on your `<container-type-name>` and select **Register** from the menu
8181

8282
![register](../images/vsx-images/7aregister-ct.png)
8383

8484
#### Grant permissions
8585

86-
When registering your container type you will need to grant permissions to access your application
86+
When registering your container type you'll need to grant permissions to access your application
8787

8888
<!-- ![register permissions](../images/vsx-images/8aopenconsentlink.png) -->
8989

90-
An external browser window will pop open for you to login and grant admin consent
90+
An external browser window will pop open for you to sign-in and grant admin consent
9191

9292
![login permissions](../images/vsx-images/9alogin-grant-permissions.png)
9393

9494
## Create your first container
9595

96-
With your trial container type registered, you can now create your first container. Only five containers of trial container type can be created to upload and manage content.
96+
With your container type registered, you can now create your first container. Only five containers of container type can be created to upload and manage content.
9797

9898
* Right-click on the **Containers** drop-down from the tree in the left nav-bar and select **Create container**
9999
* Enter a name for the container you would like to create
@@ -103,15 +103,15 @@ With your trial container type registered, you can now create your first contain
103103

104104
#### Recycling Containers
105105

106-
You also have the option to recycle and recover containers within the extension.
106+
You can also recycle and recover containers within the extension.
107107

108108
![recycle containers](../images/vsx-images/12arecycle-cont.png)
109109
![final home page](../images/vsx-images/a-final-home-page.png)
110110

111111

112112
## Load Sample App
113113

114-
With your free trial container type created, you can use the extension to load one of the SharePoint Embedded sample apps and automatically populate the runtime configuration file with the details of your Microsoft Entra ID app and container type. This allows you to immediately run the sample app on your local machine.
114+
With your free trial container type created, you can use the extension to load one of the SharePoint Embedded sample apps and automatically populate the runtime configuration file with the details of your Microsoft Entra ID app and container type. You can run the sample app on your local machine by running `npm run start` in the correct directory.
115115

116116
![Load Sample App](../images/vsx-images/vsxsa-c.png)
117117

0 commit comments

Comments
 (0)