Skip to content

Commit 1e0c976

Browse files
authored
Update module-configuration.md (#4388)
1 parent c93d51f commit 1e0c976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/operate/get-started/other-hardware/module-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The following properties are available for modular resources:
8080
| `name` | string | **Required** | What you want to name this instance of your modular resource. |
8181
| `api` | string | **Required** | The {{< glossary_tooltip term_id="api-namespace-triplet" text="API namespace triplet">}}. |
8282
| `model` | string | **Required** | The full {{< glossary_tooltip term_id="model-namespace-triplet" text="model namespace triplet">}} of the modular resource's {{< glossary_tooltip term_id="model" text="model" >}}. |
83-
| `depends_on` | array | Optional | The `name` of components you want to confirm are available on your machine alongside your modular resource. Often a [board](/operate/reference/components/board/). Unnecessary if you coded [implicit dependencies](/operate/get-started/other-hardware/create-module/dependencies/). |
83+
| `depends_on` | array | Optional | The `name` of resources you want to confirm are available on your machine alongside your modular resource. Unnecessary if you coded [implicit dependencies](/operate/get-started/other-hardware/create-module/dependencies/). |
8484

8585
## Module configuration details
8686

0 commit comments

Comments
 (0)