Skip to content

Commit

Permalink
Update configuration.md
Browse files Browse the repository at this point in the history
spelling (comma misplaced)
  • Loading branch information
eydun committed May 24, 2024
1 parent 1892d8e commit 5066389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}))
```

Expand Down

0 comments on commit 5066389

Please sign in to comment.