From a90473df2836386ac1cc2771531fc454c22882c7 Mon Sep 17 00:00:00 2001 From: Pfiffikus <2845742+Pfiffikus@users.noreply.github.com> Date: Tue, 24 Oct 2017 19:04:47 +0200 Subject: [PATCH] Update build-systems.md typo correction --- docs/build-systems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-systems.md b/docs/build-systems.md index b9644e53..5dddc09d 100644 --- a/docs/build-systems.md +++ b/docs/build-systems.md @@ -15,7 +15,7 @@ The XML Reporter writes in an XML format that is specific to Catch. The advantage of this format is that it corresponds well to the way Catch works (especially the more unusual features, such as nested sections) and is a fully streaming format - that is it writes output as it goes, without having to store up all its results before it can start writing. -The disadvantage is that, being specific to Catch, no existing build servers understand the format natively. It can be used as input to an XSLT transformation that could covert it to, say, HTML - although this loses the streaming advantage, of course. +The disadvantage is that, being specific to Catch, no existing build servers understand the format natively. It can be used as input to an XSLT transformation that could convert it to, say, HTML - although this loses the streaming advantage, of course. ## JUnit Reporter ```-r junit```