Skip to content

Commit c4b1fb4

Browse files
committed
fix typo
1 parent 6e82da7 commit c4b1fb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

text/0122-sdk-hub-scope-merge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ A scope _may_ have a reference to a client. When fetching the active client via
100100
3. `getGlobalScope().client`
101101
4. Else, return Noop client
102102

103-
You can bind a client to a scope viaa `scope.setClient(client)`. The client is inherited by forked scopes.
103+
You can bind a client to a scope via `scope.setClient(client)`. The client is inherited by forked scopes.
104104

105105
When calling `Sentry.init()`, by default we will simply update the client on the global scope. This way, you can update the client even for existing scopes, if we have to delay calling `Sentry.init()`.
106106
When working with multiple clients, we would set the clients on the isolation scopes to make sure they are correctly picked up.

0 commit comments

Comments
 (0)