Skip to content

Commit 9f1ee5f

Browse files
Typo "**@microsoft/~-sharepoint**"→"**\@microsoft/~-sharepoint**"
Bold with escape characters https://docs.microsoft.com/en-us/sharepoint/dev/spfx/release-1.5
1 parent 40d5978 commit 9f1ee5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/release-1.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Key changes are around the introduction of the new *plusbeta* model and many oth
5656

5757
### Ship vs. Beta APIs are now separate packages
5858

59-
Starting with the v1.5.0 release, the packages will only contain the final public APIs in the **\*.d.ts** files. All beta APIs are removed, and you'll need to explicitly choose the packages that contain the beta APIs in them. To use these beta APIs, you need to use the **1.5.0-plusbeta** versions of the packages. There's only one version of **@microsoft/generator-sharepoint**, and it can create both beta and not beta solutions.
59+
Starting with the v1.5.0 release, the packages will only contain the final public APIs in the **\*.d.ts** files. All beta APIs are removed, and you'll need to explicitly choose the packages that contain the beta APIs in them. To use these beta APIs, you need to use the **1.5.0-plusbeta** versions of the packages. There's only one version of **\@microsoft/generator-sharepoint**, and it can create both beta and not beta solutions.
6060

6161
You can create solutions that use the beta APIs in one of two ways. You can run the yeoman generator and add a **--plusbeta** flag in the command line, and it will create a **package.json** file with the **-plusbeta** versions already, or you can update the references in **package.json** to use the **-plusbeta** version.
6262

0 commit comments

Comments
 (0)