Update README.md

Corrected a typo: availble -> available.
This commit is contained in:
Patrick Williamson 2021-11-26 09:50:51 +00:00 committed by GitHub
parent 21783987a0
commit e561351440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ If you however want to allow the web part for non-script sites like Office 365 G
```
### Deploy tenant wide
By default you have to install this web part per site collection where you want it availble. If you want it enabled by default on all sites you have to edit `package-solution.json` with the following change:
By default you have to install this web part per site collection where you want it available. If you want it enabled by default on all sites you have to edit `package-solution.json` with the following change:
```
"skipFeatureDeployment": true
```