We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb966a8 commit edbc49dCopy full SHA for edbc49d
typescript/raven.d.ts
@@ -132,7 +132,7 @@ declare module Raven {
132
* Configure Raven with a DSN and extra options
133
*
134
* @param {string} dsn The public Sentry DSN
135
- * @param {object} options Optional set of of global options [optional]
+ * @param {object} options Optional set of global options [optional]
136
* @return {Raven}
137
*/
138
config(dsn: string, options?: RavenOptions): RavenStatic;
0 commit comments