Skip to content

Commit 755c248

Browse files
Fix linter
1 parent 53676e5 commit 755c248

File tree

1 file changed

+2
-2
lines changed
  • content/micropython/03.micropython/02.enviroment/00. REPL

1 file changed

+2
-2
lines changed

content/micropython/03.micropython/02.enviroment/00. REPL/repl.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
featured: micropython-101
4-
title: '1. Micropython Enviroment - REPL'
4+
title: '1. Micropython Environment - REPL'
55
description: 'Learn the basics for loops on MicroPython.'
66
author: 'Pedro Lima'
77
hero_image: "./hero-banner.png"
@@ -59,7 +59,7 @@ REPL is particularly useful for:
5959

6060
## Going Further With REPL
6161

62-
REPL in MicroPython is an usefull tool that enables instant testing and feedback, making coding more interactive and efficient. Whether you're learning, debugging, or exploring ideas, REPL provides a flexible and powerful coding experience.
62+
REPL in MicroPython is an useful tool that enables instant testing and feedback, making coding more interactive and efficient. Whether you're learning, debugging, or exploring ideas, REPL provides a flexible and powerful coding experience.
6363

6464
**Experiment with REPL**
6565

0 commit comments

Comments
 (0)