Skip to content

Commit e2a52d4

Browse files
committed
fix typo
1 parent ca67681 commit e2a52d4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ docs = [
2424
),
2525
]),
2626
MultiDocumenter.MegaDropdownNav("Mega Debugger", [
27-
MultiDocumenter.Column("Colum 1", [
27+
MultiDocumenter.Column("Column 1", [
2828
MultiDocumenter.MultiDocRef(
2929
upstream = joinpath(clonedir, "Infiltrator"),
3030
path = "inf",
@@ -38,7 +38,7 @@ docs = [
3838
giturl = "https://github.com/JuliaDebug/JuliaInterpreter.jl.git",
3939
),
4040
]),
41-
MultiDocumenter.Column("Colum 2", [
41+
MultiDocumenter.Column("Column 2", [
4242
MultiDocumenter.MultiDocRef(
4343
upstream = joinpath(clonedir, "Infiltrator"),
4444
path = "inf",

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ docs = [
1818
),
1919
]),
2020
MultiDocumenter.MegaDropdownNav("Mega Debugger", [
21-
MultiDocumenter.Column("Colum 1", [
21+
MultiDocumenter.Column("Column 1", [
2222
MultiDocumenter.MultiDocRef(
2323
upstream = joinpath(clonedir, "Infiltrator"),
2424
path = "inf",
@@ -32,7 +32,7 @@ docs = [
3232
giturl = "https://github.com/JuliaDebug/JuliaInterpreter.jl.git",
3333
),
3434
]),
35-
MultiDocumenter.Column("Colum 2", [
35+
MultiDocumenter.Column("Column 2", [
3636
MultiDocumenter.MultiDocRef(
3737
upstream = joinpath(clonedir, "Infiltrator"),
3838
path = "inf",

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ using Test
2020
),
2121
]),
2222
MultiDocumenter.MegaDropdownNav("Mega Debugger", [
23-
MultiDocumenter.Column("Colum 1", [
23+
MultiDocumenter.Column("Column 1", [
2424
MultiDocumenter.MultiDocRef(
2525
upstream = joinpath(clonedir, "Infiltrator"),
2626
path = "inf",
@@ -34,7 +34,7 @@ using Test
3434
giturl = "https://github.com/JuliaDebug/JuliaInterpreter.jl.git",
3535
),
3636
]),
37-
MultiDocumenter.Column("Colum 2", [
37+
MultiDocumenter.Column("Column 2", [
3838
MultiDocumenter.MultiDocRef(
3939
upstream = joinpath(clonedir, "Infiltrator"),
4040
path = "inf",

0 commit comments

Comments
 (0)