Skip to content

Commit

Permalink
Fix spelling typo (#2876)
Browse files Browse the repository at this point in the history
  • Loading branch information
bountin authored Jul 31, 2023
1 parent 5f2f4df commit 4bf202b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@Open
public class SentryProperties extends SentryOptions {

/** Weather to use Git commit id as a release. */
/** Whether to use Git commit id as a release. */
private boolean useGitCommitIdAsRelease = true;

/** Report all or only uncaught web exceptions. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@Open
public class SentryProperties extends SentryOptions {

/** Weather to use Git commit id as a release. */
/** Whether to use Git commit id as a release. */
private boolean useGitCommitIdAsRelease = true;

/** Report all or only uncaught web exceptions. */
Expand Down

0 comments on commit 4bf202b

Please sign in to comment.