Update bullet-points.md (#2684)

Excluding ; from example

Co-authored-by: Dolan <dolan_miu@hotmail.com>
This commit is contained in:
Renan Duarte Leal
2024-10-10 21:13:26 -03:00
committed by GitHub
parent 5aa2027252
commit 021f1b0c4d

View File

@ -22,7 +22,7 @@ const doc = new Document({
}
})
],
}];
}]
});
```