Skip to content

Commit 598e021

Browse files
author
Jens Kürten
committed
don't capitalize webhooks
1 parent df3babe commit 598e021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/development_server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The Functions SDK includes a development server that allows you to run your Functions in your development environment. The server reads Functions from the `environment.yaml` file in your working directory and makes them available via HTTP endpoints. You can then connect these Functions to your CIM Database Cloud instance using Webhooks.
1+
The Functions SDK includes a development server that allows you to run your Functions in your development environment. The server reads Functions from the `environment.yaml` file in your working directory and makes them available via HTTP endpoints. You can then connect these Functions to your CIM Database Cloud instance using webhooks.
22

33
This speeds up the development of Functions, because you can instantly test your changes, without deploying them to the cloud infrastructure first.
44

@@ -42,7 +42,7 @@ If you are developing Functions in a GitHub Codespace, you can expose the server
4242

4343
![GitHub Codespaces](./assets/codespace_port_visibility.png)
4444

45-
You can then copy the URL of the server and use it to connect your Functions to your CIM Database Cloud instance using Webhooks.
45+
You can then copy the URL of the server and use it to connect your Functions to your CIM Database Cloud instance using webhooks.
4646

4747
**ngrok and Cloudflare**
4848

0 commit comments

Comments
 (0)