Skip to content

Commit edbc49d

Browse files
alan-agius4kamilogorek
authored andcommitted
docs: fix typo (#1182)
1 parent cb966a8 commit edbc49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/raven.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ declare module Raven {
132132
* Configure Raven with a DSN and extra options
133133
*
134134
* @param {string} dsn The public Sentry DSN
135-
* @param {object} options Optional set of of global options [optional]
135+
* @param {object} options Optional set of global options [optional]
136136
* @return {Raven}
137137
*/
138138
config(dsn: string, options?: RavenOptions): RavenStatic;

0 commit comments

Comments
 (0)