From 7fa94b6996c699da65c856bcf3cff1b55c0fcbf3 Mon Sep 17 00:00:00 2001 From: 1shaked <40497915+1shaked@users.noreply.github.com> Date: Sun, 29 Aug 2021 09:43:09 +0300 Subject: [PATCH] Update README.md fix typing error with the extra ; --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 64a6a85225..6e06856207 100644 --- a/docs/README.md +++ b/docs/README.md @@ -44,7 +44,7 @@ const doc = new Document({ ], }), ], - }]; + }], }); // Used to export the file into a .docx file