Skip to content

Commit d2e3fc3

Browse files
Update timestamp in front matter & markdown formatting for property
1 parent eb1657c commit d2e3fc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/publish-to-marketplace-checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Prepare your SharePoint Framework application for publishing to the Marketplace
33
description: Tips & tricks to help you get your SharePoint Framework application published in the Marketplace
4-
ms.date: 07/21/2020
4+
ms.date: 07/31/2020
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -33,7 +33,7 @@ Following checks must be passed. If one or more checks from this category failed
3333

3434
### Ensure SharePoint Framework Contract Conformance
3535

36-
Your webpart or customizer must only manipulate the DOM element provided through the "domElement" property. This element and the provided context object are the only approved ways to add functionality into sites through your app. Directly manipulating the page DOM will result in rejection of your solution.
36+
Your webpart or customizer must only manipulate the DOM element provided through the `domElement` property. This element and the provided context object are the only approved ways to add functionality into sites through your app. Directly manipulating the page DOM will result in rejection of your solution.
3737

3838
### Under normal circumstances solution should work as intended
3939

0 commit comments

Comments
 (0)