Skip to content

Commit

Permalink
docs: fix typo (#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and kamilogorek committed Jan 3, 2018
1 parent cb966a8 commit edbc49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/raven.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ declare module Raven {
* Configure Raven with a DSN and extra options
*
* @param {string} dsn The public Sentry DSN
* @param {object} options Optional set of of global options [optional]
* @param {object} options Optional set of global options [optional]
* @return {Raven}
*/
config(dsn: string, options?: RavenOptions): RavenStatic;
Expand Down

0 comments on commit edbc49d

Please sign in to comment.