@microsoft/teamsfx 2.2.3-alpha.0c7c513de.0 → 2.2.3-alpha.5a3b8a763.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.
@@ -815,7 +815,7 @@ class MsGraphAuthProvider {
815
815
  * };
816
816
  * const prompt = new TeamsBotSsoPrompt(dialogId, {
817
817
  * config: config
818
- * scopes: '["User.Read"],
818
+ * scopes: ["User.Read"],
819
819
  * });
820
820
  * this.addDialog(prompt);
821
821
  *