From b39ca0f1c178b54ffce11848bc6a3572b5180896 Mon Sep 17 00:00:00 2001 From: Russell gove Date: Sat, 3 Jul 2021 17:13:05 -0400 Subject: [PATCH] Update README.md --- samples/react-private-libraries/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/react-private-libraries/README.md b/samples/react-private-libraries/README.md index 577a716d9..b626131b2 100644 --- a/samples/react-private-libraries/README.md +++ b/samples/react-private-libraries/README.md @@ -4,7 +4,7 @@ This sample provides a webpart that can be used to manage Document Libraries with Secured Subfolders. The use case this was developed for is a Request for Proposal site. A Document library is created for each RFP and subfolders are created within that Library for each external supplier invited to participate in that RFP. -The application manages all the security groups set up for the various libraries and folders so that suppliers only see RFP's they were ivited to participate in and only thier folders. +The application manages all the security groups set up for the various libraries and folders so that suppliers only see RFP's they were invited to participate in and only thier folder in those libraries. General documents for the RFP that should be seen by everyone participating in the RFP can be put in the root folder of the library. General terms and conditions that everyone should see can be put at the root folder of the site. ![mainpanel](assets/HomeScreen.png "Main Screen")