Skip to content

Commit 1054234

Browse files
authored
Fixing typos
1 parent d3d7963 commit 1054234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced-usage/multi-value-delimiter.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Multi value delimiter
33
weight: 4
44
---
55

6-
Sometimes values to filter for could include commas. This is why you can specify the delimiter symbol using the `QueryBuilderRequest` to overwrite the default behvaiour.
6+
Sometimes values to filter for could include commas. This is why you can specify the delimiter symbol using the `QueryBuilderRequest` to overwrite the default behaviour.
77

88
```php
99
// GET /api/endpoint?filter=12,4V|4,7V|2,1V
@@ -21,7 +21,7 @@ __Note that this applies to ALL values for filters, includes and sorts__
2121

2222
## Usage
2323

24-
There are multiple opportunities where the delimter can be set.
24+
There are multiple opportunities where the delimiter can be set.
2525

2626
You can define it in a `ServiceProvider` to apply it globally, or define a middleware that can be applied only on certain `Controllers`.
2727
```php

0 commit comments

Comments
 (0)