Skip to content

Commit 77c0903

Browse files
committed
Fix docs description
1 parent 39fc2de commit 77c0903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/embed-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Sometimes you don't want to embed a whole file. Maybe because you need just a fe
6565
```
6666

6767
In your code file you need to surround the fragment between `/// [demo]` lines (before and after the fragment).
68-
Alternatively you can use `### [demo]`. If you want the full line containing the fragment identifier you can add the option `:fragmentFullLine`.
68+
Alternatively you can use `### [demo]`. If you want the full line containing the identifier to be omitted in the fragment output you can add the option `:fragmentFullLine`.
6969

7070
Example:
7171

0 commit comments

Comments
 (0)