Skip to content

Commit 78b914f

Browse files
authored
Update content/learn/01.starting-guide/00.getting-started-arduino/getting-started-arduino.md
1 parent 9547fde commit 78b914f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learn/01.starting-guide/00.getting-started-arduino/getting-started-arduino.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ To use a library, you need to include it at the top of your code, as the example
344344
#include <Library.h>
345345
```
346346

347-
Most libraries also have a set of examples that can be helpful when starting.
347+
Most libraries also have a set of examples that are useful to get started with the library.
348348

349349
***You can browse through all official and contributed libraries in the [Arduino Libraries page](https://www.arduino.cc/reference/en/libraries/).***
350350

0 commit comments

Comments
 (0)