Skip to content

Commit 810a1e6

Browse files
fix markdown edits, update doc timestamp
- updated timestamp to reflect when doc was updated - markdown issues fixed: only code should be formatted as code; changed command line statement & file reference to **bold**, not `inline-code`
1 parent a464ce6 commit 810a1e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/spfx/debug-modern-pages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Debug SharePoint Framework solutions on modern SharePoint pages
33
description: Guidance on how to debug SharePoint Framework solutions on modern SharePoint pages
4-
ms.date: 10/21/2020
4+
ms.date: 11/16/2020
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
---
@@ -131,7 +131,7 @@ The `customActions` parameter has the following tokens that should be replaced:
131131

132132
| Token | Description |
133133
|--------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
134-
| `<extensionId>` | Use the GUID of the extension as the key to associate with the custom action. This has to match the ID value of your extension, which is available in the extension `manifest.json` file. |
134+
| `<extensionId>` | Use the GUID of the extension as the key to associate with the custom action. This has to match the ID value of your extension, which is available in the extension **manifest.json** file. |
135135
| `<extensionType>` | The type of custom action. Use `ClientSideExtension.ApplicationCustomizer` for the Application Customizer extension. |
136136
| `<propertiesJSON>` | An optional JSON object that contains properties that are available via the `this.properties` member. |
137137

@@ -313,7 +313,7 @@ You can then start your local server by running:
313313
gulp serve --nobrowser
314314
```
315315

316-
Now you can go back to a SharePoint site where the solution has been deployed and add the web parts to any page, modern or classic, and the web part code will be loaded from your local development environment. You can debug your web parts just as you would if you ran `gulp serve` and added your web part to the workbench.
316+
Now you can go back to a SharePoint site where the solution has been deployed and add the web parts to any page, modern or classic, and the web part code will be loaded from your local development environment. You can debug your web parts just as you would if you ran **gulp serve** and added your web part to the workbench.
317317

318318
This approach should only be used when you're in development mode. If you deploy an app to the app catalog that points to your local host, it will fail to run if your development environment isn't running.
319319

0 commit comments

Comments
 (0)