@microsoft/teamsfx 2.2.3-alpha.0c7c513de.0 → 2.2.3-alpha.25b558a2a.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -881,7 +881,7 @@ class MsGraphAuthProvider {
881
881
  * };
882
882
  * const prompt = new TeamsBotSsoPrompt(dialogId, {
883
883
  * config: config
884
- * scopes: '["User.Read"],
884
+ * scopes: ["User.Read"],
885
885
  * });
886
886
  * this.addDialog(prompt);
887
887
  *