Skip to content

Commit 2a0b66e

Browse files
authored
small typo fix, except instead of expect. (#394)
1 parent 883a4ef commit 2a0b66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

building/configlet/generating-documents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The template file should be treated like a regular Markdown file but with one ad
2828

2929
- `%{concept:<slug>}`: refers to the concept's [`introduction.md` document](/docs/building/tracks/concepts#fileintroductionmd)
3030

31-
When configlet detects that a Concept Exercise has an `introduction.md.tpl` file, it will generate a `introduction.md` file from it. The generated introduction will have the same contents as the template, expect for the placeholders, which will be replaced with the contents of the documents they refer to.
31+
When configlet detects that a Concept Exercise has an `introduction.md.tpl` file, it will generate a `introduction.md` file from it. The generated introduction will have the same contents as the template, except for the placeholders, which will be replaced with the contents of the documents they refer to.
3232

3333
### Document: Practice Exercise's introduction.md file
3434

0 commit comments

Comments
 (0)