From cce1cce03f1609099090a4f3d2a49172da33466c Mon Sep 17 00:00:00 2001 From: Okon Samuel <39421418+OkonSamuel@users.noreply.github.com> Date: Tue, 7 Apr 2020 11:41:12 +0100 Subject: [PATCH] fixed minor typo --- 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: