From 458a3e594c39a04c2994ab2f9f12ff29233ab838 Mon Sep 17 00:00:00 2001 From: JessamyT <75634662+JessamyT@users.noreply.github.com> Date: Fri, 12 Apr 2024 11:00:03 -0700 Subject: [PATCH] Add missing apostrophes (#2761) --- docs/get-started/installation/prepare/jetson-agx-orin-setup.md | 2 +- static/include/components/board/board-analogs.md | 2 +- static/include/components/board/board-digital-interrupts.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/get-started/installation/prepare/jetson-agx-orin-setup.md b/docs/get-started/installation/prepare/jetson-agx-orin-setup.md index 1d5e834eaa..e6e1eae90e 100644 --- a/docs/get-started/installation/prepare/jetson-agx-orin-setup.md +++ b/docs/get-started/installation/prepare/jetson-agx-orin-setup.md @@ -31,7 +31,7 @@ If you want to use a different carrier board to incorporate your Orin into your {{% alert title="CAUTION: Use 3.3V inputs and outputs" color="caution" %}} The GPIO pins on Jetson boards are rated 3.3V signals. 5V signals from encoders and sensors can cause damage to a pin. We recommend selecting hardware that can operate 3.3V signals or lower. -For details, see your boards specification. +For details, see your board's specification. {{% /alert %}} diff --git a/static/include/components/board/board-analogs.md b/static/include/components/board/board-analogs.md index 5f8e17abf0..e7c4364e02 100644 --- a/static/include/components/board/board-analogs.md +++ b/static/include/components/board/board-analogs.md @@ -9,7 +9,7 @@ Then, integrate `analogs` into the `attributes` of your board by following the * {{< tabs name="Configure an Analog Reader" >}} {{% tab name="Config Builder" %}} -On your boards panel, click **Show more**, then select **Add analog**. +On your board's panel, click **Show more**, then select **Add analog**. Assign a name to your analog and then fill in the required properties outlined below. ![An example configuration for analogs in the Viam app Config Builder.](/components/board/analogs-ui-config.png) diff --git a/static/include/components/board/board-digital-interrupts.md b/static/include/components/board/board-digital-interrupts.md index d1915b756f..58acdc09c4 100644 --- a/static/include/components/board/board-digital-interrupts.md +++ b/static/include/components/board/board-digital-interrupts.md @@ -9,7 +9,7 @@ Integrate `digital_interrupts` into your machine in the `attributes` of your boa {{< tabs name="Configure a Digital Interrupt" >}} {{% tab name="Config Builder" %}} -On your boards panel, click **Show more**, then select **Add digital interrupt**. +On your board's panel, click **Show more**, then select **Add digital interrupt**. Assign a name to your digital interrupt and then enter a pin number. ![An example configuration for digital interrupts in the Viam app Config Builder.](/components/board/digital-interrupts-ui-config.png)