From 50663897b6bd256ca8ae97d9530f52e9566e7abe Mon Sep 17 00:00:00 2001 From: eydun Date: Sat, 25 May 2024 00:04:30 +0100 Subject: [PATCH] Update configuration.md spelling (comma misplaced) --- docs/reference/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md index bd78355..a71b98b 100644 --- a/docs/reference/configuration.md +++ b/docs/reference/configuration.md @@ -14,8 +14,8 @@ import ajax from '@imacrayon/alpine-ajax' Alpine.plugin(ajax.configure({ followRedirects: false, - headers: { 'X-CSRF-Token': 'mathmatical!' } - mergeStrategy: 'morph', + headers: { 'X-CSRF-Token': 'mathmatical!' }, + mergeStrategy: 'morph' })) ```