Skip to content

Commit 23518a4

Browse files
authored
Fix typo: change "URL encoded" to "URL-encoded" (#549)
1 parent 3a23d90 commit 23518a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/service/api-handler/rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ PATCH /:type/:id/relationships/:relationship
843843

844844
Custom procedures can be invoked with the special `$procs` resource type.
845845

846-
Use `GET` for query procedures and pass the arguments as a URL encoded object in the `args` query parameter:
846+
Use `GET` for query procedures and pass the arguments as a URL-encoded object in the `args` query parameter:
847847

848848
```ts
849849
GET /$procs/:procName?args=<encoded arguments>

0 commit comments

Comments
 (0)