Skip to content

Commit 540177d

Browse files
Update docs/reference/service.md
Co-authored-by: Copilot <[email protected]>
1 parent 0a2dbe3 commit 540177d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The Functions Access Service provides access to backend services like number generators and file uploads. These services are available through the `service` parameter that is passed to all Functions.
44

5-
The Access Service is ratelimited to `100 req/min` per token. Functions recieve a fresh token for every call.
5+
The Access Service is ratelimited to `100 req/min` per token. Functions receive a fresh token for every call.
66

77
```python
88
from csfunctions import Service

0 commit comments

Comments
 (0)