Skip to content

Commit 5098c6c

Browse files
committed
minor changes for consistency
1 parent 969dfac commit 5098c6c

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

docs/animations/ImplicitAnimations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Implicit Composition Animations
2+
title: Implicit Animations in XAML
33
author: nmetulev
44
description: The Implicit Animations Attached Properties enable implicit animations to be defined in your XAML code
55
keywords: windows 10, uwp, windows community toolkit, uwp community toolkit, uwp toolkit, composition animations, animation, implicit animations, XAML, implicit, composition, show animation, hide animation

docs/extensions/VisualExtensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: CVAP Extension
2+
title: Composition Visual Extension
33
author: nmetulev
44
description: The Composition Visual Attached Properties Extension allow Composition Visual Properties to be modified directly in XAML
55
keywords: windows 10, uwp, windows community toolkit, uwp community toolkit, uwp toolkit, Visual, composition, xaml, attached property

docs/extensions/WebView.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: WebView
2+
title: WebView extension
33
author: nmetulev
44
ms.date: 08/20/2017
55
description: The UWP Community Toolkit WebView extensions allow attaching HTML content to WebView through XAML directly or through Binding
66
keywords: windows 10, uwp, uwp community toolkit, uwp toolkit, WebViewExtensions, webview, extensions
77
---
88

9-
# WebView
9+
# WebView extension
1010

1111
The **WebView** extension allows attaching HTML content to WebView.
1212

docs/extensions/WebViewExtensions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords: windows 10, uwp, windows community toolkit, uwp community toolkit, uwp
77

88
# WebViewExtensions
99

10-
The [WebViewExtensions](https://docs.microsoft.com/dotnet/api/microsoft.toolkit.uwp.ui.extensions.webview) allows attaching HTML content to WebView.
10+
The [WebViewExtensions](webview.md) allows attaching HTML content to WebView.
1111

1212
## Syntax
1313

@@ -36,4 +36,3 @@ The [WebViewExtensions](https://docs.microsoft.com/dotnet/api/microsoft.toolkit.
3636
## API
3737

3838
* [WebViewExtensions source code](https://github.com/Microsoft/WindowsCommunityToolkit//tree/master/Microsoft.Toolkit.Uwp.UI/Extensions/WebView)
39-

0 commit comments

Comments
 (0)