From 021f1b0c4de9fe1bb03729fe5e36ee49336f08a3 Mon Sep 17 00:00:00 2001 From: Renan Duarte Leal <104607462+Renan-Leal@users.noreply.github.com> Date: Thu, 10 Oct 2024 21:13:26 -0300 Subject: [PATCH] Update bullet-points.md (#2684) Excluding ; from example Co-authored-by: Dolan --- docs/usage/bullet-points.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/bullet-points.md b/docs/usage/bullet-points.md index 2c18b2484a..a399367281 100644 --- a/docs/usage/bullet-points.md +++ b/docs/usage/bullet-points.md @@ -22,7 +22,7 @@ const doc = new Document({ } }) ], - }]; + }] }); ```