Skip to content

Commit

Permalink
[docs] Fix spelling error in roadmap.md file (#25570)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brlaney committed Apr 1, 2021
1 parent 9499b67 commit a67468f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/discover-more/roadmap/roadmap.md
Expand Up @@ -22,7 +22,7 @@ Here are the top priorities:
- **Better documentation.** 📚 No problem is solved until documented.
- **Performance.** 🚀 React abstraction has a cost. The more components you render, the slower your page will be. You will notice stark differences when rendering a large table or list.
- **Bundle size.** 📦 You can follow our progress [with bundlephobia.com report](https://bundlephobia.com/result?p=@material-ui/core). Please pay special attention to the cost of the individual modules under "Exports Analysis".
- **TypeScript.** 📏 We are continuously improving the definitions. The codebase is mostly written in JavaScript with manually authored `.d.ts` definitions. While we don't plan a migration effort as as standlone effort, new modules are written in TypeScript.
- **TypeScript.** 📏 We are continuously improving the definitions. The codebase is mostly written in JavaScript with manually authored `.d.ts` definitions. While we do not plan a migration effort as a standalone effort, new modules are written in TypeScript.
- **Accessibility.** ♿️ We have relatively [few accessibility issues](https://darekkay.com/blog/accessible-ui-frameworks/), but we are eager to address them all. We would appreciate the help of accessibility experts.

## Quarterly roadmap
Expand Down

0 comments on commit a67468f

Please sign in to comment.