Skip to content

Commit

Permalink
Update comment line sentence
Browse files Browse the repository at this point in the history
// join a site to a hubsite
to
// separate a site from a hubsite
  • Loading branch information
ravichandran-blog committed May 27, 2020
1 parent 3d9e37d commit 096964a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sp/hubsites.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ import { sp } from "@pnp/sp";
import "@pnp/sp/sites";
import "@pnp/sp/hubsites/site";

// join a site to a hubsite
// separate a site from a hubsite
await sp.site.unRegisterHubSite();
```

0 comments on commit 096964a

Please sign in to comment.