Skip to content

Commit

Permalink
Fix accidental update
Browse files Browse the repository at this point in the history
  • Loading branch information
juliemturner authored Apr 5, 2022
1 parent 24dd3ff commit 2c9f409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import { SPFx, spfi } from "@pnp/sp";
import "@pnp/sp/webs";

// within a webpart, application customizer, or adaptive card extension where the context object is available
const sp = spfi(...);
const sp = spfi().using(SPFx(this.context));

const webData = await sp.web();
```
Expand Down

0 comments on commit 2c9f409

Please sign in to comment.