summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/model
diff options
context:
space:
mode:
authorRobin <mewmew@users.noreply.github.com>2025-07-09 14:01:57 +0200
committerGitHub <noreply@github.com>2025-07-09 12:01:57 +0000
commite5e813219edd3553535c4c6cf885138dbc9f3f9a (patch)
tree6109eab4cca15075f313c5b5a5aa81ac2cd64088 /crates/typst-library/src/model
parent52a708b988cf7d13898194e886790acb7edd510f (diff)
Fix typo of Typst domain in quote docs (#6573)
Diffstat (limited to 'crates/typst-library/src/model')
-rw-r--r--crates/typst-library/src/model/quote.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/model/quote.rs b/crates/typst-library/src/model/quote.rs
index 9960b758..5ce4a92f 100644
--- a/crates/typst-library/src/model/quote.rs
+++ b/crates/typst-library/src/model/quote.rs
@@ -102,7 +102,7 @@ pub struct QuoteElem {
/// }
///
/// #quote(
- /// attribution: link("https://typst.app/home")[typst.com]
+ /// attribution: link("https://typst.app/home")[typst.app]
/// )[
/// Compose papers faster
/// ]