Skip to content

Commit

Permalink
Update en/docs/reference/mediators/throw-error-mediator.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DinithiDiaz authored Jan 6, 2025
1 parent d2c7a13 commit 51e23d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/docs/reference/mediators/throw-error-mediator.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The following API configuration demonstrates how to use the ThrowError mediator
</api>
```

Invoking the above API with a payload that does not contain the required field will raise an error.
Invoking the above API with a payload that does not contain the required field will throw an error.
```
curl --location 'http://localhost:8290/testThrowError' \
--header 'Content-Type: application/json' \
Expand Down

0 comments on commit 51e23d0

Please sign in to comment.