From d90289a02d4cb91a4bedb22dec035c4b3f2bc936 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Wed, 6 May 2020 13:42:45 -0400 Subject: [PATCH] Update README.md Fixed few markdown issues --- samples/react-teams-personal-app-settings/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/samples/react-teams-personal-app-settings/README.md b/samples/react-teams-personal-app-settings/README.md index 29225114c..d824e2a16 100644 --- a/samples/react-teams-personal-app-settings/README.md +++ b/samples/react-teams-personal-app-settings/README.md @@ -23,9 +23,10 @@ Sample web part that demonstrates how you can store Teams Personal App Web Part' Teams Personal Apps, or Personal Tabs don't have settings. For SPFx it means few things: -* Web Part will never be switched to Edit mode +* Web Part will never be switched to **Edit** mode * Property Pane will never be shown -* `this.properties` value is always undefined +* `this.properties` value is always `undefined` + But there are definitely scenarios when we want to be able to configure Personal App and store this configuration somehow. The provided sample demonstrates how it can be achieved using custom Settings Panel and custom list in user's OneDrive.