Skip to content

Commit ae9c568

Browse files
committed
Typo
1 parent c0fd7ea commit ae9c568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ If you've set `TargetPageTakesSourcePageName = true` then the original page gets
7171
```Csharp
7272
PageTransformationInformation pti = new PageTransformationInformation(page)
7373
{
74-
SourcePagePrefix = "New_",
74+
SourcePagePrefix = "Old_",
7575
};
7676
```
7777

0 commit comments

Comments
 (0)