Skip to content

Commit 4bf202b

Browse files
authored
Fix spelling typo (#2876)
1 parent 5f2f4df commit 4bf202b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sentry-spring-boot-starter-jakarta/src/main/java/io/sentry/spring/boot/jakarta/SentryProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
@Open
1515
public class SentryProperties extends SentryOptions {
1616

17-
/** Weather to use Git commit id as a release. */
17+
/** Whether to use Git commit id as a release. */
1818
private boolean useGitCommitIdAsRelease = true;
1919

2020
/** Report all or only uncaught web exceptions. */

sentry-spring-boot-starter/src/main/java/io/sentry/spring/boot/SentryProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
@Open
1515
public class SentryProperties extends SentryOptions {
1616

17-
/** Weather to use Git commit id as a release. */
17+
/** Whether to use Git commit id as a release. */
1818
private boolean useGitCommitIdAsRelease = true;
1919

2020
/** Report all or only uncaught web exceptions. */

0 commit comments

Comments
 (0)