From da48f65b55de0e540581f153901621033b6a793b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 21 May 2021 21:55:13 +0000 Subject: [PATCH] Docs changes --- docs/ApprovalTests/ReportersGettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ApprovalTests/ReportersGettingStarted.md b/docs/ApprovalTests/ReportersGettingStarted.md index b6df1fbf..92999bb6 100644 --- a/docs/ApprovalTests/ReportersGettingStarted.md +++ b/docs/ApprovalTests/ReportersGettingStarted.md @@ -72,7 +72,7 @@ The main use for seeing differences is to use a reporter that will open a DiffTo ### Rendering -Let's say your test result is some HTML. In the beginning you might want to render it in a browser to be able to see that it is indeed what you want. In this moment, try the `FileLauncherReporter`. Which will open the `.received.` file in the application associated to it on your machine. +Let's say your test result is some HTML. In the beginning you might want to render it in a bowser to be able to see that it is indeed what you want. In this moment, try the `FileLauncherReporter`. Which will open the `.received.` file in the application associated to it on your machine. This is useful for many types of test results including, xml, svg, csv, html, images, sound files, etc...