You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Text, media, and content |`cf066440-0614-43d6-98ae-0b31cf14c7c3`| Web parts that display text, multi-media, documents, information from the web, and other rich content. |
101
-
|Discover|`1edbd9a8-0bfb-4aa2-9afd-14b8c45dd489`| Web parts that organize, group, and filter content to help users discover information. |
101
+
|Discovery|`1edbd9a8-0bfb-4aa2-9afd-14b8c45dd489`| Web parts that organize, group, and filter content to help users discover information. |
102
102
| Communication and collaboration |`75e22ed5-fa14-4829-850a-c890608aca2d`| Web parts that facilitate information sharing, team work, and social interactions. |
103
103
| Planning and process |`1bc7927e-4a5e-4520-b540-71305c79c20a`| Web parts that empower team productivity with the use of planning and process tools. |
104
104
| Business and intelligence |`4aca9e90-eff5-4fa1-bac7-728f5f157b66`| Web parts for tracking and analyzing data, and for integrating business flow with pages. |
Copy file name to clipboardExpand all lines: docs/spfx/web-parts/guidance/use-sp-pnp-js-with-spfx-web-parts.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Use @pnp/sp (PnPJS) library with SharePoint Framework web parts
3
3
description: This library provides a fluent API to make building your REST queries intuitive and supports batching and caching.
4
-
ms.date: 06/13/2022
4
+
ms.date: 07/22/2022
5
5
ms.localizationpriority: high
6
6
---
7
7
@@ -118,7 +118,7 @@ Because the @pnp/sp library constructs REST requests, it needs to know the URL t
118
118
119
119
There are [two ways](https://pnp.github.io/pnpjs/getting-started) to ensure that you have correctly set up your requests; we use the `onInit` method in this example.
120
120
121
-
1. Open the **src\webparts\spPnPjsExample\SpPnPjsExampleWebPart.ts** file, and add an import statement for the pnp project configuratino file (more on this file below):
121
+
1. Open the **src\webparts\spPnPjsExample\SpPnPjsExampleWebPart.ts** file, and add an import statement for the pnp project configuration file (more on this file below):
0 commit comments