From f0749a6a80b1e4145c50a51fd0843d7189d669ca Mon Sep 17 00:00:00 2001 From: Blake-Madden Date: Wed, 3 Jan 2024 12:09:52 -0500 Subject: [PATCH] Fix a few typos --- docs/Nuget-Packages.md | 2 +- docs/animations/Blur.md | 4 ++-- docs/animations/CompositionAnimations.md | 2 +- docs/animations/Fade.md | 4 ++-- docs/animations/Offset.md | 4 ++-- docs/animations/Scale.md | 4 ++-- docs/animations/lottie-scenarios/fallback.md | 2 +- docs/animations/lottie-scenarios/getting_started_codegen.md | 2 +- docs/archive/Bing.md | 2 +- docs/controls/Carousel.md | 2 +- docs/controls/MasterDetailsView.md | 4 ++-- docs/controls/OrbitView.md | 2 +- docs/controls/datagrid_guidance/group_sort_filter.md | 2 +- docs/controls/wpf-winforms/WebView.md | 2 +- docs/extensions/ListViewExtensions.md | 4 ++-- docs/extensions/ScrollViewerExtensions.md | 4 ++-- docs/extensions/TextBoxRegex.md | 2 +- docs/gaze/GazeInteractionLibrary.md | 2 +- docs/graph/controls/GraphPresenter.md | 2 +- docs/helpers/Converters.md | 2 +- docs/parsers/Win2D_Path_Mini_Language.md | 4 ++-- 21 files changed, 29 insertions(+), 29 deletions(-) diff --git a/docs/Nuget-Packages.md b/docs/Nuget-Packages.md index 51e27f2e1..268ce4afa 100644 --- a/docs/Nuget-Packages.md +++ b/docs/Nuget-Packages.md @@ -28,7 +28,7 @@ NuGet is a standard package manager for .Net applications that is built into Vis | Microsoft.Toolkit.Uwp.UI.Controls.Layout | Controls for various application layout scenarios. | | Microsoft.Toolkit.Uwp.UI.Controls.Markdown | Markdown renderer control. | | Microsoft.Toolkit.Uwp.UI.Controls.Media | Controls that depend on Win2D. | -| Microsoft.Toolkit.Uwp.UI.Controls.Primitives | Panels and simple layout controls without stlyes | +| Microsoft.Toolkit.Uwp.UI.Controls.Primitives | Panels and simple layout controls without styles | | Microsoft.Toolkit.Uwp.UI.Lottie | Library for rendering Adobe AfterEffects animations natively in Windows apps | | Microsoft.Toolkit.Uwp.UI.Media | Brushes, Win2D/Composition effects, and helpers to create visual effects | | Microsoft.Toolkit.Uwp.Connectivity | API helpers such as BluetoothLEHelper and Networking | diff --git a/docs/animations/Blur.md b/docs/animations/Blur.md index a3af275b5..91fb25917 100644 --- a/docs/animations/Blur.md +++ b/docs/animations/Blur.md @@ -61,8 +61,8 @@ Await MyUIElement.Blur(value:=5, duration:=2500, delay:=250).StartAsync() ' B | Methods | Return Type | Description | | -- | -- | -- | -| Blur(AnimationSet, Double, Double, Double) | AnimationSet | Animates the gaussian blur of the the UIElement | -| Blur(FrameworkElement, Double, Double, Double) | AnimationSet | Animates the gaussian blur of the the UIElement | +| Blur(AnimationSet, Double, Double, Double) | AnimationSet | Animates the gaussian blur of the UIElement | +| Blur(FrameworkElement, Double, Double, Double) | AnimationSet | Animates the gaussian blur of the UIElement | ## Examples diff --git a/docs/animations/CompositionAnimations.md b/docs/animations/CompositionAnimations.md index 5bdf1bb36..e40d3b0a3 100644 --- a/docs/animations/CompositionAnimations.md +++ b/docs/animations/CompositionAnimations.md @@ -117,7 +117,7 @@ Let's create some plain animation first. Theses animation will run when the `Tar ``` -- Creating a animation that takes final value as `To` value. If you didn't set From/To value or any KeyFrames then in this case, an ExpressionKeyFrame will be added of `Value="this.FinalValue"`. +- Creating an animation that takes final value as `To` value. If you didn't set From/To value or any KeyFrames then in this case, an ExpressionKeyFrame will be added of `Value="this.FinalValue"`. ```xaml diff --git a/docs/animations/Fade.md b/docs/animations/Fade.md index 78228ad33..f21166cc6 100644 --- a/docs/animations/Fade.md +++ b/docs/animations/Fade.md @@ -80,8 +80,8 @@ You can change the way how the animation interpolates between keyframes by defin | Methods | Return Type | Description | | -- | -- | -- | -| Fade(AnimationSet, Single, Double, Double, EasingType) | AnimationSet | Animates the opacity of the the UIElement | -| Fade(UIElement, Single, Double, Double, EasingType) | AnimationSet | Animates the opacity of the the UIElement | +| Fade(AnimationSet, Single, Double, Double, EasingType) | AnimationSet | Animates the opacity of the UIElement | +| Fade(UIElement, Single, Double, Double, EasingType) | AnimationSet | Animates the opacity of the UIElement | ## Examples diff --git a/docs/animations/Offset.md b/docs/animations/Offset.md index ed708c41e..54c290757 100644 --- a/docs/animations/Offset.md +++ b/docs/animations/Offset.md @@ -82,8 +82,8 @@ You can change the way how the animation interpolates between keyframes by defin | Methods | Return Type | Description | | -- | -- | -- | -| Offset(AnimationSet, Single, Single, Double, Double, EasingType) | AnimationSet | Animates the offset of the the UIElement | -| Offset(UIElement, Single, Single, Double, Double, EasingType) | AnimationSet | Animates the offset of the the UIElement | +| Offset(AnimationSet, Single, Single, Double, Double, EasingType) | AnimationSet | Animates the offset of the UIElement | +| Offset(UIElement, Single, Single, Double, Double, EasingType) | AnimationSet | Animates the offset of the UIElement | ## Examples diff --git a/docs/animations/Scale.md b/docs/animations/Scale.md index 0f19bd836..94ee68d4b 100644 --- a/docs/animations/Scale.md +++ b/docs/animations/Scale.md @@ -80,8 +80,8 @@ You can change the way how the animation interpolates between keyframes by defin | Methods | Return Type | Description | | -- | -- | -- | -| Scale(AnimationSet, Single, Single, Single, Single, Double, Double, EasingType) | AnimationSet | Animates the scale of the the specified UIElement | -| Scale(UIElement, Single, Single, Single, Single, Double, Double, EasingType) | AnimationSet | Animates the scale of the the specified UIElement | +| Scale(AnimationSet, Single, Single, Single, Single, Double, Double, EasingType) | AnimationSet | Animates the scale of the specified UIElement | +| Scale(UIElement, Single, Single, Single, Single, Double, Double, EasingType) | AnimationSet | Animates the scale of the specified UIElement | ## Examples diff --git a/docs/animations/lottie-scenarios/fallback.md b/docs/animations/lottie-scenarios/fallback.md index c3057cb17..679e141aa 100644 --- a/docs/animations/lottie-scenarios/fallback.md +++ b/docs/animations/lottie-scenarios/fallback.md @@ -21,7 +21,7 @@ In the example below, we use an Image as fallback for the Lottie animation: - + + - + diff --git a/docs/extensions/TextBoxRegex.md b/docs/extensions/TextBoxRegex.md index 228c8b4fc..f0d5ab17b 100644 --- a/docs/extensions/TextBoxRegex.md +++ b/docs/extensions/TextBoxRegex.md @@ -18,7 +18,7 @@ The validation has 3 modes (`ValidationMode`): 1) Normal (Default) : This type will set TextBox IsValid attached property to false or true whether the TextBox text is a valid or not against the Regex property. 2) Forced : This type sets the IsValid property and remove the TextBox text if not valid when the TextBox lose focus. -3) Dynamic : This type extends 1) Normal and if is the newest input of the Textbox is invalid, the character which is invalied will be deleted. Note that ValidationType Email and Phone Number not support the ValidationMode Dynamic. If you set the ValidationMode to Dynamic, the ValidationMode Normal is selected automatically. +3) Dynamic : This type extends 1) Normal and if is the newest input of the Textbox is invalid, the character which is invalid will be deleted. Note that ValidationType Email and Phone Number not support the ValidationMode Dynamic. If you set the ValidationMode to Dynamic, the ValidationMode Normal is selected automatically. > [!div class="nextstepaction"] > [Try it in the sample app](uwpct://Extensions?sample=TextBoxRegex) diff --git a/docs/gaze/GazeInteractionLibrary.md b/docs/gaze/GazeInteractionLibrary.md index 36ec53fe7..186809556 100644 --- a/docs/gaze/GazeInteractionLibrary.md +++ b/docs/gaze/GazeInteractionLibrary.md @@ -165,7 +165,7 @@ The code below sets the Dwell time duration for the button to be 500ms. This mea ### Animations -This library provides a default animation of a shriniking rectangle over the control to indicate progress towards a dwell event. The style of animation can be customized in two ways: +This library provides a default animation of a shrinking rectangle over the control to indicate progress towards a dwell event. The style of animation can be customized in two ways: * If you wish to retain the animation style, but change the colors used: * Set the `GazeInput.DwellFeedbackEnterBrush` property to add a rectangle over controls immediately gaze is detected on them diff --git a/docs/graph/controls/GraphPresenter.md b/docs/graph/controls/GraphPresenter.md index aab0bb88a..81f9a73ea 100644 --- a/docs/graph/controls/GraphPresenter.md +++ b/docs/graph/controls/GraphPresenter.md @@ -9,7 +9,7 @@ dev_langs: # (Experimental) GraphPresenter XAML Control -The GraphPresenter is a flexible XAML control for visualizing Graph API data. Provide an `IBaseRequestBuilder` implementation and the GraphPresenter will automatically fetch the data from the proper Graph endpoint, ready for visualization. Because every Graph entity is different, this control has no default UI of it's own. It is up to the developer to decide how the data should be presented by setting the control's `ContentTemplate`. This control is great for prototyping and experimentation purposes, but we suggest creating your own user controls for production scenarios. +The GraphPresenter is a flexible XAML control for visualizing Graph API data. Provide an `IBaseRequestBuilder` implementation and the GraphPresenter will automatically fetch the data from the proper Graph endpoint, ready for visualization. Because every Graph entity is different, this control has no default UI of its own. It is up to the developer to decide how the data should be presented by setting the control's `ContentTemplate`. This control is great for prototyping and experimentation purposes, but we suggest creating your own user controls for production scenarios. Available in the `CommunityToolkit.Graph.Uwp` package. diff --git a/docs/helpers/Converters.md b/docs/helpers/Converters.md index 3b2742429..277dd411b 100644 --- a/docs/helpers/Converters.md +++ b/docs/helpers/Converters.md @@ -63,7 +63,7 @@ and using it like that : ``` -An other example is to switch between two images by specifying their source : +Another example is to switch between two images by specifying their source : ```xaml diff --git a/docs/parsers/Win2D_Path_Mini_Language.md b/docs/parsers/Win2D_Path_Mini_Language.md index 345b02155..ce106a910 100644 --- a/docs/parsers/Win2D_Path_Mini_Language.md +++ b/docs/parsers/Win2D_Path_Mini_Language.md @@ -413,7 +413,7 @@ Specifies the behavior for pixels which fall outside of the gradient's typical r | ------ | ----- | ----------------------------------------------------------- | | Clamp | 0 | Repeat the edge pixels of the brush's content. | | Wrap | 1 | Tile the brush's content. | -| Mirror | 2 | Tile the the brush's content, and flip each alternate tile. | +| Mirror | 2 | Tile the brush's content, and flip each alternate tile. | #### Pre Interpolation Color Space @@ -761,7 +761,7 @@ Describes how the world transforms, dots per inch (DPI), and stroke width affect | -------- | ----- | ----------------------------------------------------------------------------------------------------------------------------- | | Normal | 0 | The stroke respects the width. currently set world transform, the DPI, and the stroke | | Fixed | 1 | The stroke does not respect the world transform but it does respect the DPI and stroke width. | -| Hairline | 2 | The stroke is forced to 1 pixel wide (in device space) and does not respect theworld transform, the DPI, or the stroke width. | +| Hairline | 2 | The stroke is forced to 1 pixel wide (in device space) and does not respect the world transform, the DPI, or the stroke width. | #### Custom Dash Style