From c0fa937bc8f13af4ab82eb950d09bd0fd044d90a Mon Sep 17 00:00:00 2001 From: Benjamin F Date: Wed, 14 Dec 2022 21:29:37 -0800 Subject: [PATCH] fix(docs): Remove linebreak from list item --- markdown/dev/reference/api/snippet/en.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/markdown/dev/reference/api/snippet/en.md b/markdown/dev/reference/api/snippet/en.md index 7b2fcb7ef53..4dca02ea398 100644 --- a/markdown/dev/reference/api/snippet/en.md +++ b/markdown/dev/reference/api/snippet/en.md @@ -13,8 +13,7 @@ Snippet new Snippet(String def, Point anchor); The snippet constructor takes two arguments: -- `def` : The `xlink:href` id that links to the relevant entry in the SVG `defs` section. -This is also the common name of the snippet (`logo`, `notch`, `button`, etc.) +- `def` : The `xlink:href` id that links to the relevant entry in the SVG `defs` section. This is also the common name of the snippet (`logo`, `notch`, `button`, etc.) - `anchor` : A [`Point`](/reference/api/point) on which to anchor the snippet ## Properties