From 78680a177d6b619a16fc8d1e9624d3c5d1a87d19 Mon Sep 17 00:00:00 2001 From: andf-viam <132301587+andf-viam@users.noreply.github.com> Date: Wed, 13 Sep 2023 16:26:26 -0400 Subject: [PATCH] fix typo --- docs/extend/modular-resources/create/_index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/extend/modular-resources/create/_index.md b/docs/extend/modular-resources/create/_index.md index 72e23b88f5..6802497030 100644 --- a/docs/extend/modular-resources/create/_index.md +++ b/docs/extend/modular-resources/create/_index.md @@ -10,8 +10,6 @@ no_list: true You can extend Viam by creating a custom {{< glossary_tooltip term_id="module" text="module" >}} that provides one or more modular {{< glossary_tooltip term_id="resource" text="resources" >}} (such as [components](/components/) or [services](/services/)) or {{< glossary_tooltip term_id="model" text="models" >}}, and can be added to any robot running on Viam. -(such as [components](/components/) or [services](/services/)) or {{< glossary_tooltip term_id="model" text="models" >}} - A common use case for modular resources is to create a new [model](/extend/modular-resources/key-concepts/#models) that implements an existing Viam [API](/program/apis/). Once you have created your modular resource, you can use the [Viam CLI](/manage/cli/) to [upload your modular resource](/extend/modular-resources/upload/) to the [Viam registry](https://app.viam.com/registry), to share it with other Viam users or just to other users in your organization.