1
0
mirror of https://github.com/mfontanini/presenterm.git synced 2026-09-01 23:33:21 -06:00

Fix typo in highlighting.md

Single word change on line 150: `s/shot/show`

Thanks!
This commit is contained in:
Tristram Oaten 2025-05-09 07:31:14 +01:00 committed by GitHub
parent d745c36d53
commit f626a5c320
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -147,7 +147,7 @@ If you'd like to include only a subset of the file, you can use the optional fie
```file +exec +line_numbers
path: snippet.rs
language: rust
# Only shot lines 5-10
# Only show lines 5-10
start_line: 5
end_line: 10
```