Skip to content

Commit f4d21fc

Browse files
authored
docs: Added missing backslash in source maps docs
1 parent b6a14e5 commit f4d21fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sourcemaps.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ sourcemaps point to.
164164
$ curl https://sentry.io/api/0/projects/:organization_slug/:project_slug/releases/ \
165165
-X POST \
166166
-H 'Authorization: Bearer {TOKEN}' \
167-
-H 'Content-Type: application/json'
167+
-H 'Content-Type: application/json' \
168168
-d '{"version": "2da95dfb052f477380608d59d32b4ab9"}' \
169169
170170
{

0 commit comments

Comments
 (0)