From 9a8d004dbfc6bcd40bfc30c1b1631dc7d993c335 Mon Sep 17 00:00:00 2001 From: Ben Greenman Date: Thu, 1 Aug 2024 12:42:03 -0400 Subject: [PATCH] typo -> reference --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index 5cc96aff..1b7a100c 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -8,7 +8,7 @@ parallel computing is needed, such as how to launch a multi-process instance of Julia using MPI, or launching Julia with multiple threads. See [MPI.jl](https://juliaparallel.org/MPI.jl/stable/) and [Multi-threading](https://docs.julialang.org/en/v1/base/multi-threading/) -for refernence. +for reference. ```@contents Pages = ["start.md", "configuration.md", "mesh.md", "entities.md", "conditions.md", "equation.md", "solution.md", "datatypes.md", "reorder.md", "misc.md"]