Skip to content

Commit fd7b09f

Browse files
Further tweaks to "Sprunje parameter" edit
Getting this sentence to feel right is difficult!
1 parent ddf6429 commit fd7b09f

File tree

1 file changed

+1
-1
lines changed
  • pages/14.database/05.data-sprunjing

1 file changed

+1
-1
lines changed

pages/14.database/05.data-sprunjing/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Building queries that can handle all of these request parameters correctly, for
2222

2323
## Sprunje parameters
2424

25-
Every Sprunje can accept the following parameters. Typically, they are passed in as a query string in a `GET` request, then passed as the second argument in your Sprunje's constructor.
25+
Every Sprunje can accept the following parameters. Typically, they are passed in the query string of a `GET` request, then passed along as the second argument of your Sprunje's constructor.
2626

2727
- `sorts`: an associative array of field names mapped to sort directions. Sort direction can be either `asc` or `desc`.
2828
- `filters`: an associative array of field names mapped to queries. For example, `name: Attenb` will search for names that contain "Attenb."

0 commit comments

Comments
 (0)