From c1dce7ff56c53f813956ff5b00cfcbab9328800b Mon Sep 17 00:00:00 2001 From: Rafael Fourquet Date: Fri, 5 Jun 2020 15:19:33 +0200 Subject: [PATCH] fix a doc typo in documenter.md (#113) --- docs/src/documenter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/documenter.md b/docs/src/documenter.md index 361c943..fa1477c 100644 --- a/docs/src/documenter.md +++ b/docs/src/documenter.md @@ -5,7 +5,7 @@ and notebooks. Typically, though, these files will be used to render documentati for your package. The generators ([`Literate.markdown`](@ref), [`Literate.notebook`](@ref) and [`Literate.script`](@ref)) supports a keyword argument `documenter` that lets the generator perform some extra things, keeping in mind that the source code have been -written with Documenter.jl in mind. So lets take a look at what will happen +written with Documenter.jl in mind. So let's take a look at what will happen if we set `documenter = true`: ### [`Literate.markdown`](@ref):