Skip to content

Commit ff7fff9

Browse files
authored
Typo: "past" should be "paste" (#102)
Typo: "past" should be "paste"
1 parent 50310c8 commit ff7fff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/creating-a-new-test-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ A neat trick, which will limit the `import` statements needed in your test proje
7171
</PropertyGroup>
7272
```
7373

74-
### Make copy/past of HTML easier
74+
### Make copy/paste of HTML easier
7575

7676
When writing C# based tests, you sometime want to copy/paste some HTML into C# strings from e.g. a Razor file. This is tedious to do manually as you have to escape the quotes and other special characters. The extension, [SmartPaster2019](https://marketplace.visualstudio.com/items?itemName=martinw.SmartPaster2013), allows us to copy strings where any character that needs to be escaped will be automatically.

0 commit comments

Comments
 (0)