From e561351440fd077769324bd30eec3ab63280048a Mon Sep 17 00:00:00 2001 From: Patrick Williamson <35918657+pwmusic@users.noreply.github.com> Date: Fri, 26 Nov 2021 09:50:51 +0000 Subject: [PATCH] Update README.md Corrected a typo: availble -> available. --- samples/react-script-editor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/react-script-editor/README.md b/samples/react-script-editor/README.md index 93c97f698..aff5e4044 100644 --- a/samples/react-script-editor/README.md +++ b/samples/react-script-editor/README.md @@ -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 ```