Standardize spelling: Grey to Gray#670
Standardize spelling: Grey to Gray#670SignorParabellaux wants to merge 1 commit intoirihitech:nightlyfrom
Conversation
|
Semi.Avalonia is implemented based on Semi Design, the spelling of |
|
@zdpcdt Thanks for the reply! I understand that Semi Design uses In .NET and Avalonia the spelling Maybe it could be good to support both spellings. That way we keep the link with Semi Design and also make things a bit smoother for Avalonia developers. |
|
Since this is a very breaking change, we can only target 12.0 branch. But we still need some evaluation before making final decision. |
Some places in the project used
Greywhile others usedGray.Since in IT the American spelling
Grayis more common, this PR updates everything to match.Just a small cleanup to keep things consistent and easier to read for everyone.