From 48ab6686e9c81c8ea4022f407bb6f370a230083a Mon Sep 17 00:00:00 2001 From: Dan Rollo Date: Tue, 8 Feb 2022 10:35:02 -0500 Subject: [PATCH] doco fix: Unterminated string constant: 'foo, --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 4e2fcdb..0bf1018 100644 --- a/docs/README.md +++ b/docs/README.md @@ -969,7 +969,7 @@ describe('users list test', () => { data: [ { id: 'foo', - name: 'foo, + name: 'foo', } ] },