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', () => {
5959 } ) ;
6060
6161 describe ( 'bindClient' , ( ) => {
62- test ( 'should override curent client' , ( ) => {
62+ test ( 'should override current client' , ( ) => {
6363 const testClient : any = { setupIntegrations : jest . fn ( ) } ;
6464 const nextClient : any = { setupIntegrations : jest . fn ( ) } ;
6565 const hub = new Hub ( testClient ) ;
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ export interface Hub {
168168 configureScope ( callback : ( scope : Scope ) => void ) : void ;
169169
170170 /**
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.
172172 * This function is useful if you want to run your own client and hook into an already initialized one
173173 * e.g.: Reporting issues to your own sentry when running in your component while still using the users configuration.
174174 */
You can’t perform that action at this time.
0 commit comments