dotnet / docs-desktop

This repository contains .NET documentation related to Windows Forms (winforms) and Windows Presentation Foundation (WPF).
Creative Commons Attribution 4.0 International
193 stars 174 forks source link

Two names for same ValidationRule #1814

Closed rmcdonald closed 3 months ago

rmcdonald commented 5 months ago

Type of issue

Typo

Description

[Enter feedback here] One mention of the ValidationRule is: <local:InvalidCharacterRule/> The other mention is: The InvalidationCharacterRule is a [ValidationRule](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.validationrule) that checks for invalid characters.

Seems like both of these should either be named InvalidCharacterRule or InvalidationCharacterRule; I prefer the former.

Page URL

https://learn.microsoft.com/en-us/dotnet/desktop/wpf/data/how-to-bind-to-a-method?view=netframeworkdesktop-4.8

Content source URL

https://github.com/dotnet/docs-desktop/blob/main/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-a-method.md

Document Version Independent Id

03dacfc5-ee0a-9cfa-bff3-360b47b56dab

Article author

@adegeo


Associated WorkItem - 250206