Skip to content

Commit 298620b

Browse files
esjimenezpVesaJuvonen
authored andcommitted
Correct grammar use-web-parts-full-width-column.md (SharePoint#3588)
Remove the "s" on the line say thousands.
1 parent 6156144 commit 298620b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/web-parts/basics/use-web-parts-full-width-column.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Modern SharePoint pages support layouts that allow users to organize the informa
1414

1515
One thing that regular layouts in modern SharePoint pages share, is the maximum width. To guarantee the ease of readability and usability, the body of a modern page doesn't expand beyond a certain width. When building web parts that will be used in regular layouts, you test your web part's width against the known maximum and minimum width constraints to ensure that they are displayed properly.
1616

17-
When working with the full-width column layout, however, things become a bit more complicated as that layout expands to the full width of the page. When displayed on an ultra-wide monitor, the full-width column can even become a few thousands pixels wide. This introduces additional testing requirements that you should take into account when building web parts that can be used in the full-width column.
17+
When working with the full-width column layout, however, things become a bit more complicated as that layout expands to the full width of the page. When displayed on an ultra-wide monitor, the full-width column can even become a few thousand pixels wide. This introduces additional testing requirements that you should take into account when building web parts that can be used in the full-width column.
1818

1919
## Enable support for the full-width column
2020

0 commit comments

Comments
 (0)