From a790d6f30f5def556e75b1e5a51517c9ce575998 Mon Sep 17 00:00:00 2001 From: Okon Samuel <39421418+OkonSamuel@users.noreply.github.com> Date: Tue, 7 Apr 2020 12:04:29 +0100 Subject: [PATCH] fixed minor typo (#97) --- docs/src/pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pipeline.md b/docs/src/pipeline.md index 5ee87e5..9c71061 100644 --- a/docs/src/pipeline.md +++ b/docs/src/pipeline.md @@ -117,7 +117,7 @@ is that `#+` enables Documenter's "continued"-blocks, see the ## [**3.3.** Document generation](@id Document-generation) After the parsing it is time to generate the output. What is done in this step is -very different depending on the output target, and it is describe in more detail in +very different depending on the output target, and it is described in more detail in the Output format sections: [Markdown Output](@ref), [Notebook Output](@ref) and [Script Output](@ref). Using the default settings, the following is happening: