From 7d38d1857dcb95e74846bbd07b0655cd242af814 Mon Sep 17 00:00:00 2001 From: minaelee Date: Thu, 28 Dec 2023 09:30:35 -0700 Subject: [i18nIgnore] fix typo (#1317) Co-authored-by: Elian <15145918+ElianCodes@users.noreply.github.com>--- examples/basics/src/content/docs/reference/example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/basics/src/content/docs/reference/example.md b/examples/basics/src/content/docs/reference/example.md index ac8cfa8b..0224f096 100644 --- a/examples/basics/src/content/docs/reference/example.md +++ b/examples/basics/src/content/docs/reference/example.md @@ -4,7 +4,7 @@ description: A reference page in my new Starlight docs site. --- Reference pages are ideal for outlining how things work in terse and clear terms. -Less concerned with telling a story or addressing a specific use case, they should give a comprehensive outline of what your documenting. +Less concerned with telling a story or addressing a specific use case, they should give a comprehensive outline of what you're documenting. ## Further reading -- cgit