Skip to content

Commit d436159

Browse files
authored
Apply suggestions from code review
1 parent ba9f22e commit d436159

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/embedded/zephyr.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ Kconfig options and devicetree by calling:
163163
west build -t menuconfig
164164
west build -t guiconfig
165165
```
166-
These are very powerful tools and give you alot of insight into the application
167-
you have just build.
166+
These are very powerful tools that give you a lot of insight into the application
167+
you have just built.
168168

169169
# The `west lfc` command
170170
The custom `lfc` west command has already been used in previous sections. It can
@@ -218,7 +218,7 @@ west build -t run
218218
Zephyr has support for three C library implementations.
219219
- Newlib (Default library used by LF)
220220
- Picolibc (Supported by LF)
221-
- Minmal libc (Not supported yet by LF)
221+
- Minimal libc (Not supported yet by LF)
222222

223223
For LF programs targeting Zephyr, Newlib is the default C library. You can
224224
inspect the file `lf_prj.conf` which will be copied into the `src-gen` by `lfc`
@@ -286,7 +286,7 @@ appear as if the `fast` target property was set to `true`.
286286
## Troubleshooting
287287

288288
### ESP32
289-
Several users have reported problems with using ESP32 and Newlib , which is the
289+
Several users have reported problems with using ESP32 and Newlib, which is the
290290
default C library used by LF programs targeting Zephyr. A workaround is to use
291291
Picolibc instead. See the chapter on "C libraries" for a description of how to
292292
change C library implementation.

0 commit comments

Comments
 (0)