diff options
author | Nicklas Ansman <nicklas@ansman.se> | 2022-11-15 14:16:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-15 20:16:46 +0100 |
commit | f6e5bd673f68c7de644c27c7e8e9f9f1080018fb (patch) | |
tree | 0045d4adc7fca0c793df86fa4e3cf02bb898577e | |
parent | 7c3b40397d5b5922f7ac03d1153163011b988610 (diff) | |
download | dokka-f6e5bd673f68c7de644c27c7e8e9f9f1080018fb.tar.gz dokka-f6e5bd673f68c7de644c27c7e8e9f9f1080018fb.tar.bz2 dokka-f6e5bd673f68c7de644c27c7e8e9f9f1080018fb.zip |
Fix a typo in the root documentation page (#2744)
-rw-r--r-- | docs/src/doc/docs/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
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) |