Skip to content

Commit 8351946

Browse files
andrewconnellVesaJuvonen
authored andcommitted
fix doc typos (SharePoint#3458)
- title typo - few typos in doc - fixes SharePoint#3455
1 parent 661418d commit 8351946

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/design/layout-patterns.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ ms.date: 08/24/2018
55
localization_priority: Priority
66
---
77

8-
# SharPoint web part layouts
8+
# SharePoint web part layouts
99

1010
SharePoint uses a number of different layout types for web parts. The most common are grid, list, filmstrip, carousel, and compact. Each one of these five layouts serves a different purpose, depending on the layout, breakpoints, and content density of a page.
1111

12-
When selecting a layout that works best for your web part, consider the type of content you are displaying. Is it highly visual or rich in text and data? Determine how much space is needed on the page for enough content to be displayed. Consider shortening long descriptions to optimize for displaying more itmes to the user. Remember that you can use the [property pane](reactive-and-nonreactive-web-parts.md) to let authors have control over how much content is displayed.
12+
When selecting a layout that works best for your web part, consider the type of content you are displaying. Is it highly visual or rich in text and data? Determine how much space is needed on the page for enough content to be displayed. Consider shortening long descriptions to optimize for displaying more items to the user. Remember that you can use the [property pane](reactive-and-nonreactive-web-parts.md) to let authors have control over how much content is displayed.
1313

1414
![Carousel with icons representing the common layouts](../images/01_Layouts_webparts.png)
1515

1616
## Grid and filmstrip
1717

18-
Grid and filmstrip layouts are similar. They both use cards to showcase content. However, other rectangular content also works well in these layouts, such as images. The main difference between the two layouts is how they reflow based on varioius screen sizes or breakpoints.
18+
Grid and filmstrip layouts are similar. They both use cards to showcase content. However, other rectangular content also works well in these layouts, such as images. The main difference between the two layouts is how they reflow based on various screen sizes or breakpoints.
1919

2020
### Grid layout
2121

@@ -25,7 +25,7 @@ The grid reflows in rows and columns from top to bottom and can contain a few to
2525

2626
### Filmstrip layout
2727

28-
The filmstrip displays multiple items in a single row and caoursels to a new set of items.
28+
The filmstrip displays multiple items in a single row and carousels to a new set of items.
2929

3030
![Animated gif showing the Filmstrip layout reflowing across breakpoints](../images/layouts_animation_filmstrip.gif)
3131

0 commit comments

Comments
 (0)