Skip to content

Commit 1b656f4

Browse files
authored
fix servers spelling error (#5282)
1 parent d59203c commit 1b656f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/go/common/serverless.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ The only requirement is that you locate the source code on the deployed machine.
4444
### Events Delivery
4545

4646
Most (if not all) serverless solutions won't wait for network responses before closing the process.
47-
Because of that, we need to make sure that the event is delivered to Sentry's severs.
47+
Because of that, we need to make sure that the event is delivered to Sentry's servers.
4848

4949
It can be achieved twofold, using the [`sentry.Flush` method](../configuration/draining/) or by swapping the transport to [`HTTPSyncTransport`](../configuration/transports/#httpsynctransport).

0 commit comments

Comments
 (0)