Skip to content

Commit d79cb50

Browse files
committed
small fixes
1 parent 486fc84 commit d79cb50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/transform/modernize-userinterface-lists-and-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Disable-PnPFeature -Identity "52E14B6F-B1BB-4969-B89B-C4FAA56745EF" -Scope Web -
8585

8686
A list can be defined to always run the classic experience at list level (ListExperienceOptions set to ClassicExperience). To undo this following code snippet can be used:
8787

88-
```C#
88+
```csharp
8989
// Load the list you want to update
9090
var list = context.Web.Lists.GetByTitle(title);
9191
context.Load(list);

docs/transform/modernize-userinterface-site-pages-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The default page transformation configuration (webpartmapping.xml) uses built-in functions and selectors to drive the mapping from classic web parts to modern 1st party and 3rd party web parts. This page lists all the available functions.
66

7-
> Note:
7+
> [!NOTE]
88
> This page is auto-generated, if you see issues please create a PR against the respective Transformation framework code base.
99
1010
## Functions

0 commit comments

Comments
 (0)