From 290dac3ba47d915e50bde52479aca036dfdab8c4 Mon Sep 17 00:00:00 2001 From: Percy Ma Date: Thu, 2 Jun 2022 20:40:14 +0800 Subject: [PATCH] docs(theme): keep in sync with comment --- docs/config/theme-configs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/theme-configs.md b/docs/config/theme-configs.md index 7f532b19..f232977e 100644 --- a/docs/config/theme-configs.md +++ b/docs/config/theme-configs.md @@ -226,7 +226,7 @@ export interface EditLink { */ style?: 'github' | 'gitlab' | 'bitbucket' | string /** - * Domain of git repo + * Domain of the git service. * * @example 'github.com' or 'https://github.com' */