Browse Source

fix doc typo in documenter.md

pull/113/head
Rafael Fourquet 6 years ago committed by GitHub
parent
commit
fd5f0dd213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/src/documenter.md

2
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) for your package. The generators ([`Literate.markdown`](@ref), [`Literate.notebook`](@ref)
and [`Literate.script`](@ref)) supports a keyword argument `documenter` that lets 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 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`: if we set `documenter = true`:
### [`Literate.markdown`](@ref): ### [`Literate.markdown`](@ref):

Loading…
Cancel
Save