File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ describe('Hub', () => {
59
59
} ) ;
60
60
61
61
describe ( 'bindClient' , ( ) => {
62
- test ( 'should override curent client' , ( ) => {
62
+ test ( 'should override current client' , ( ) => {
63
63
const testClient : any = { setupIntegrations : jest . fn ( ) } ;
64
64
const nextClient : any = { setupIntegrations : jest . fn ( ) } ;
65
65
const hub = new Hub ( testClient ) ;
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ export interface Hub {
168
168
configureScope ( callback : ( scope : Scope ) => void ) : void ;
169
169
170
170
/**
171
- * For the duraction of the callback, this hub will be set as the global current Hub.
171
+ * For the duration of the callback, this hub will be set as the global current Hub.
172
172
* This function is useful if you want to run your own client and hook into an already initialized one
173
173
* e.g.: Reporting issues to your own sentry when running in your component while still using the users configuration.
174
174
*/
You can’t perform that action at this time.
0 commit comments