From 0c17901e457679857cdc1c1e2cbf411cbc37d40a Mon Sep 17 00:00:00 2001 From: Oliver Sand Date: Thu, 14 Oct 2021 09:26:45 +0200 Subject: [PATCH] Fix typo in docs Signed-off-by: Oliver Sand --- docs/plugins/analytics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/analytics.md b/docs/plugins/analytics.md index 0b3d5dfd9c..7adf2650df 100644 --- a/docs/plugins/analytics.md +++ b/docs/plugins/analytics.md @@ -287,7 +287,7 @@ describe('SomeComponent', () => { await waitFor(() => { expect(apiSpy.getEvents()[0]).toMatchObject({ action: 'expected action', - subject: 'expected subject'', + subject: 'expected subject', attributes: { foo: 'bar', },