Skip to content

Commit f96bf5e

Browse files
thechriskentVesaJuvonen
authored andcommitted
Fixed namespace typo (SharePoint#1921)
1 parent bd84532 commit f96bf5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/general-development/modify-sharepoint-components-for-mds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ You also need to mark your controls and web parts as MDS compliant. The followin
212212

213213
```cs
214214

215-
[assembly: Microsoft.SharePoint.WebControlssCompliantAttribute(IsCompliant = true)]
215+
[assembly: Microsoft.SharePoint.WebControlsCompliantAttribute(IsCompliant = true)]
216216
namespace VisualWebPartProject2.VisualWebPart1
217217
{
218218
// Rest of your control logic

0 commit comments

Comments
 (0)