diff options
author | minaelee | 2023-12-28 09:30:35 -0700 |
---|---|---|
committer | GitHub | 2023-12-28 17:30:35 +0100 |
commit | 7d38d1857dcb95e74846bbd07b0655cd242af814 (patch) | |
tree | 5d03e8163a5e352c95498bba3f71325150980f1b | |
parent | 3ea97b1f6247cf5259e93f5dc54cd8ee688f4c42 (diff) | |
download | IT.starlight-7d38d1857dcb95e74846bbd07b0655cd242af814.tar.gz IT.starlight-7d38d1857dcb95e74846bbd07b0655cd242af814.tar.bz2 IT.starlight-7d38d1857dcb95e74846bbd07b0655cd242af814.zip |
[i18nIgnore] fix typo (#1317)
Co-authored-by: Elian <15145918+ElianCodes@users.noreply.github.com>
-rw-r--r-- | examples/basics/src/content/docs/reference/example.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |