From 27ebdcb3f8b2fc920048d6cd63e53f70c4f2ae7d Mon Sep 17 00:00:00 2001 From: Pankaj Chaurasia <105205215+pchaurasia14@users.noreply.github.com> Date: Fri, 23 Feb 2024 10:52:07 +0530 Subject: [PATCH] Fixed typo --- roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roadmap.md b/roadmap.md index 7c4e1e6ab2b..d3ef53b3014 100644 --- a/roadmap.md +++ b/roadmap.md @@ -24,7 +24,7 @@ Enhancing the performance of WPF apps both in terms of reduced memory usage, imp | Goal | Description | Rationale | | ------------- |:--------------|:-------------| -| Accessibility Improvements | Improving accessibility support for WPF controls | This enables WPF applications to be more inclusive & would be able to better serve needs of specially abled users. This involves addressing high priority accessibility bugs. | +| Accessibility Improvements | Improving accessibility support for WPF controls | This enables WPF applications to be more inclusive & would be able to better serve needs of users of all abilities. This involves addressing high priority accessibility bugs. | | Performance | Benchmarking and optimizing WPF for enhanced support on all devices | Improving fundamentals of WPF. ---