Skip to content

Commit 0e48fee

Browse files
authored
Update makedocs.jl: Fix a typo in the makedocs docstring. (#2612)
1 parent 02784e5 commit 0e48fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/makedocs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ is enabled by default.
122122
123123
**`sitename`** is displayed in the title bar and/or the navigation menu when applicable.
124124
125-
**`pages`** can be use to specify a hierarchical page structure, and the order in which
125+
**`pages`** can be used to specify a hierarchical page structure, and the order in which
126126
the pages appear in the navigation of the rendered output. If omitted, Documenter will
127127
automatically generate a flat list of pages based on the files present in the source
128128
directory.

0 commit comments

Comments
 (0)