Skip to content

Commit 97e843d

Browse files
authored
Merge pull request OfficeDev#656 from Blackbaud-BobbyEarl/remove-whitespace
Remove whitespace in markdown link syntax
2 parents ea36e5c + 49a0d43 commit 97e843d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/develop/referencing-the-javascript-api-for-office-library-from-its-cdn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The simplest method of referencing the API is using our CDN by adding the follow
1111
<script src="https://appsforoffice.microsoft.com/lib/1/hosted/Office.js" type="text/javascript"></script>
1212
```
1313

14-
The `/1/` in front of `office.js` in the CDN URL specifies to use the latest incremental release within version 1 of Office.js. Because the JavaScript API for Office maintains backward compatibility, the latest release will continue to support API members that were introduced earlier in version 1. If you need to upgrade an existing project, see [Update the version of your JavaScript API for Office and manifest schema files] (../docs/develop/update-your-javascript-api-for-office-and-manifest-schema-version.md).
14+
The `/1/` in front of `office.js` in the CDN URL specifies to use the latest incremental release within version 1 of Office.js. Because the JavaScript API for Office maintains backward compatibility, the latest release will continue to support API members that were introduced earlier in version 1. If you need to upgrade an existing project, see [Update the version of your JavaScript API for Office and manifest schema files](../docs/develop/update-your-javascript-api-for-office-and-manifest-schema-version.md).
1515

1616
If you plan on publishing your Office Add-in from the Office Store, you must use this CDN reference. Local references are only appropriate for internal, development and debugging scenarios.
1717

0 commit comments

Comments
 (0)