Skip to content

Commit 488068b

Browse files
committed
fix typos
1 parent 91ac5e5 commit 488068b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/arduino-cloud/00.guides/04.python/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To follow this guide, make sure to have:
3232
- [Arduino IoT Python Client](https://pypi.org/project/arduino-iot-client/) installed.
3333
- A code editor (we recommend [VSCode](https://code.visualstudio.com/) with the Python extension installed).
3434

35-
***The experience with Python and the `pip` package mangager varies depending on your computer and operating system. Python needs to be in your PATH to use the Arduino IoT Cloud Python client.***
35+
***The experience with Python and the **pip**** package **manager** varies depending** on your computer and operating system. Python needs to be in your PATH to use the Arduino IoT Cloud Python client.***
3636

3737
## Cloud Setup
3838

content/arduino-cloud/06.features/11.webhooks/iot-cloud-webhooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Linking a webhook to a Thing is a quite simple process, follow the steps below t
7575

7676
**3.** Create your Variables. In our case, we will create a **"message"** Variable and set its type to **"Character String"**.
7777

78-
![Create Variabele](./assets/webhooks-01.png)
78+
![Create Variable](./assets/webhooks-01.png)
7979

8080
**4.** Add your **Device**, and configure your **Network** from the right side menu.
8181

0 commit comments

Comments
 (0)