@microsoft/teamsfx 2.2.3-alpha.0c7c513de.0 → 2.2.3-alpha.1555072b2.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.
@@ -854,7 +854,7 @@ class MsGraphAuthProvider {
854
854
  * };
855
855
  * const prompt = new TeamsBotSsoPrompt(dialogId, {
856
856
  * config: config
857
- * scopes: '["User.Read"],
857
+ * scopes: ["User.Read"],
858
858
  * });
859
859
  * this.addDialog(prompt);
860
860
  *