Merge pull request #14232 from adamdmharvey/adamdmharvey/fix-trivial-typo

fix(app): Typo in comments
This commit is contained in:
Patrik Oldsberg
2022-10-19 19:54:06 +02:00
committed by GitHub
@@ -209,7 +209,7 @@ const techdocsContent = (
/**
* NOTE: This page is designed to work on small screens such as mobile devices.
* This is based on Material UI Grid. If breakpoints are used, each grid item must set the `xs` prop to a column size or to `true`,
* since this does not default. If no breakpoints are used, the items will equitably share the asvailable space.
* since this does not default. If no breakpoints are used, the items will equitably share the available space.
* https://material-ui.com/components/grid/#basic-grid.
*/