storybook 9.0.0-alpha.10 → 9.0.0-alpha.11

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.
@@ -373,8 +373,8 @@ declare function composeConfigs<TRenderer extends Renderer$1>(moduleExportList:
373
373
  * step('label', () => {});
374
374
  * ```
375
375
  *
376
- * ...and runs it. The prototypical example is from `@storybook/addon-interactions` where the step
377
- * runner will decorate all instrumented code inside the step with information about the label.
376
+ * ...and runs it. The prototypical example is from `core/interactions` where the step runner will
377
+ * decorate all instrumented code inside the step with information about the label.
378
378
  *
379
379
  * In theory it is possible to have more than one addon that wants to run steps; they can be
380
380
  * composed together in a similar fashion to decorators. In some ways step runners are like