From f6e5bd673f68c7de644c27c7e8e9f9f1080018fb Mon Sep 17 00:00:00 2001 From: Nicklas Ansman Date: Tue, 15 Nov 2022 14:16:46 -0500 Subject: Fix a typo in the root documentation page (#2744) --- docs/src/doc/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src/doc') diff --git a/docs/src/doc/docs/index.md b/docs/src/doc/docs/index.md index 238fb405..0f106c04 100644 --- a/docs/src/doc/docs/index.md +++ b/docs/src/doc/docs/index.md @@ -20,7 +20,7 @@ ___ `Dokka` provides support for the following build systems: -* [Gradle](user_guide/applying/gradle.md) (preffered) +* [Gradle](user_guide/applying/gradle.md) (preferred) * [Maven](user_guide/applying/maven.md) * [Command line](user_guide/applying/cli.md) -- cgit