Skip to content

Commit 7f91aeb

Browse files
authored
Apply suggestions from code review
1 parent 0c2577e commit 7f91aeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/public-api/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ By automatically revoking the exposed token, Segment helps keep your workspace s
4949
#### How do I enable this feature?
5050
This feature is automatically enabled for all workspaces on Team or Business tier plans.
5151

52-
#### I'm getting a CORS error. What can I do?
53-
The Public API is meant to be used server-side only. If you're seeing a CORS error that means you're attempting to make a request to it on the front-end. Please move all Public API requests to a server.
52+
#### What should I do when I see a CORS error?
53+
If you see a CORS error, this means you're attempting to make a request to the Public API on the front-end. The Public API is used for server-side only. To get rid of the error, move all Public API requests to a server.
5454

0 commit comments

Comments
 (0)