From 703e3ba575772428110dac73e2135d3475d913b0 Mon Sep 17 00:00:00 2001 From: Daniel Abbatt Date: Thu, 23 Apr 2020 10:31:01 +0100 Subject: [PATCH] Typo: "past" should be "paste" Typo: "past" should be "paste" --- docs/docs/creating-a-new-test-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/creating-a-new-test-project.md b/docs/docs/creating-a-new-test-project.md index 3154bba87..2bdddfb2d 100644 --- a/docs/docs/creating-a-new-test-project.md +++ b/docs/docs/creating-a-new-test-project.md @@ -71,6 +71,6 @@ A neat trick, which will limit the `import` statements needed in your test proje ``` -### Make copy/past of HTML easier +### Make copy/paste of HTML easier 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.