From 31b8f07fa0d84729b7e84dbc526fd34262a7d678 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Wed, 19 Jun 2024 13:21:34 -0700 Subject: [PATCH] docs: hyphenate "community-built" --- docs/community_tools.md | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/community_tools.md b/docs/community_tools.md index 7282e4451..7b9d88003 100644 --- a/docs/community_tools.md +++ b/docs/community_tools.md @@ -1,4 +1,4 @@ -# Community built tools around Jujutsu +# Community-built tools around Jujutsu **Important:** Many of these are not complete yet, just like Jujutsu itself. But they already simplify many workflows and can improve your experience. diff --git a/mkdocs.yml b/mkdocs.yml index 17ee0ed2d..d53162cb4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -99,7 +99,7 @@ nav: - Testimonials: 'testimonials.md' -- "Community built tools": 'community_tools.md' +- "Community-built tools": 'community_tools.md' - Concepts: - 'Working Copy': 'working-copy.md'