You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/spfx/office-addins-create.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ You will need to deploy the solution to tenant using the **tenant scoped deploym
44
44
Before you can use the Office JavaScript SDK in your code, you'll need to include correct types for the solution. You can install latest types by adding `@types/office-js` package from the npm to your solution with following command:
45
45
46
46
```shell
47
-
npm install @types/office-js
47
+
npm install @types/office-js --save
48
48
```
49
49
50
50
You can detect if the web part is on the Office context by using page context as shown on the following property, which refers to the Office JavaScript SDK. This property value is dependent on the context where the code is being executed.
@@ -115,4 +115,4 @@ You can deploy your solution to Outlook Web App by using so called side-loading
115
115
1. Name can be adjusted in the manifest file as needed
116
116
117
117
> [!IMPORTANT]
118
-
> Deployment process will include different steps when additional applications and desktop will be supported.
118
+
> Deployment process will include different steps when additional applications and desktop will be supported.
0 commit comments