Skip to content

Commit f93653a

Browse files
authored
Typo fix (#5059)
1 parent 85561d0 commit f93653a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/common/enriching-events/scopes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ As you start using an SDK, a scope and hub are automatically created for you out
4343
of the box. It's unlikely that you'll interact with the hub directly unless you're
4444
writing an integration or you want to create or destroy scopes. Scopes, on the
4545
other hand are more user facing. You can call `configure-scope` at any point in
46-
time to to modify data stored on the scope. This is useful for doing things like
46+
time to modify data stored on the scope. This is useful for doing things like
4747
[modifying the context](../context/).
4848

4949
<Alert>

0 commit comments

Comments
 (0)