Skip to content

Commit 283976a

Browse files
authored
Update file-templates.md
1 parent 6da5018 commit 283976a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Cutout.Docs/articles/file-templates.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
The templates can also be stored in external files.
44

5-
To get started, create a '.editorconfig' file in your project.
5+
To get started, create a `.editorconfig` file in your project.
66

77
In this, connect static files to valid methods in your project.
88

9-
For example, if you have a template called 'my-template.txt',
10-
you can connect it to the 'MyTemplate' method.
9+
For example, if you have a template called `my-template.txt`,
10+
you can connect it to the `MyTemplate` method.
1111

1212
First, add the template to the project.
1313

@@ -31,7 +31,7 @@ public static partial class Templates
3131
}
3232
```
3333

34-
Then link the 2 together in the '.editorconfig' file.
34+
Then link the 2 together in the `.editorconfig` file.
3535

3636
```editorconfig
3737
[my-template.txt]

0 commit comments

Comments
 (0)