diff --git a/cmds/ocm/topics/toi/bootstrapping/topic.go b/cmds/ocm/topics/toi/bootstrapping/topic.go
index 814c267c24..5b81157450 100644
--- a/cmds/ocm/topics/toi/bootstrapping/topic.go
+++ b/cmds/ocm/topics/toi/bootstrapping/topic.go
@@ -172,7 +172,7 @@ to executors. It uses the following fields:
the executor will be used for all actions. The first matching executor entry
will be used to execute an action by the bootstrap command
-- **resourceRef
** *[]ResourceReference*
+- **resourceRef
** *ResourceReference*
An OCM resource reference describing a component version resource relative to
the component version containing the package resource.
diff --git a/docs/reference/ocm_toi-bootstrapping.md b/docs/reference/ocm_toi-bootstrapping.md
index a128663808..87ddf03603 100644
--- a/docs/reference/ocm_toi-bootstrapping.md
+++ b/docs/reference/ocm_toi-bootstrapping.md
@@ -113,7 +113,7 @@ to executors. It uses the following fields:
the executor will be used for all actions. The first matching executor entry
will be used to execute an action by the bootstrap command
-- **resourceRef
** *[]ResourceReference*
+- **resourceRef
** *ResourceReference*
An OCM resource reference describing a component version resource relative to
the component version containing the package resource.