@forge/manifest

8.0.0-next.48.0.0-next.5
out/schema/manifest.d.ts
out/schema/manifest.d.ts
+2−2
Index: package/out/schema/manifest.d.ts
===================================================================
--- package/out/schema/manifest.d.ts
+++ package/out/schema/manifest.d.ts
@@ -11248,18 +11248,18 @@
 }
 export interface ActionInput {
   title: string;
   /**
-   * A description of what this particular input is intended for.  Example: 'ID of the Issue that will be updated as a result of this action'
+   * A description of what this particular input is intended for. Example: 'ID of the Issue that will be updated as a result of this action'
    *
    */
   description: string;
   type: CoreActionIOType;
   [k: string]: unknown;
 }
 export interface ActionOutput {
   /**
-   * A description of what this particular output represents.  Example: 'ID of the Issue that was created as a result of this action'
+   * A description of what this particular output represents. Example: 'ID of the Issue that was created as a result of this action'
    *
    */
   description: string;
   /**