Skip to content

Commit 6e2bd85

Browse files
committed
docs: typo fixes in changelog
1 parent 829378d commit 6e2bd85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ Take this line and fix version with current ($CV)
3333
- Open `$EDITOR` (only GUI IDE right now) when opening a new exo
3434
- Show checks details with a nice word level diff generated by `similar`.
3535
- Show a Solution page with basic syntax highlighting via `syntect`
36-
- Support an exos structure with course - skills - exo hierarchy, with metadata described in TOML
37-
- Enable parsing TOML files directly into Rust structs via `serde` and `toml` crates.
36+
- Support an exo structure with course - skills - exo hierarchy, with metadata described in TOML
37+
- Enable parsing TOML files directly into Rust structs using `serde` and `toml` crates.
3838
- Generate a lot of various errors for parsing, process and workers execution. We don't display them yet. When running `plx` in a folder without `course.toml`, the TUI will not start. It only displays skills and exos that were successfully parsed.
3939
- Create examples exos for manual and automated testings under folder `examples`
4040
- Switch to next exo when exo is done
41-
- Start to store exo state (In progress, Done) but this is not fully working, therefor not displayed
41+
- Start to store exo state (In progress, Done) but this is not fully working, therefore not displayed
4242
- Create a logo ! Inspired from Delibay and PRJS gradient styles
4343
- Write logs to `debug.log` via crate `log` and `simplelog` to see events received by core and not make noise in the UI
4444

0 commit comments

Comments
 (0)