Skip to content

Commit

Permalink
Merge pull request #2843 from pnp/version-3
Browse files Browse the repository at this point in the history
Fix Bug in documentation for storage entity.
  • Loading branch information
juliemturner authored Nov 29, 2023
2 parents ae9060a + 06be69f commit a8aa55b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/sp/tenant-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ await w.setStorageEntity("Test2", "Value 2", "description", "comments");
This method can be used from any web to retrieve values previously set.

```TypeScript
import { spfi, SPFx, IStorageEntity } from "@pnp/sp";
import { spfi, SPFx } from "@pnp/sp";
import "@pnp/sp/appcatalog";
import "@pnp/sp/webs";
import { IStorageEntity } from "@pnp/sp/webs";

const sp = spfi(...);

Expand Down

0 comments on commit a8aa55b

Please sign in to comment.