From c17ba297f66bb25853f7ee04f5a27670785ac681 Mon Sep 17 00:00:00 2001 From: Bobby Galli Date: Thu, 29 May 2025 19:09:50 -0400 Subject: [PATCH] docs: fix typo in crash posting comment --- Runtime/BugSplat.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/BugSplat.cs b/Runtime/BugSplat.cs index c5f7c88..8058910 100644 --- a/Runtime/BugSplat.cs +++ b/Runtime/BugSplat.cs @@ -349,7 +349,7 @@ public IEnumerator PostAllCrashes(IReportPostOptions options = null, Action - /// Post a specifc crash to BugSplat and will skip crashes that have already been posted + /// Post a specific crash to BugSplat and will skip crashes that have already been posted /// /// Optional parameters that will override the defaults if provided /// Optional callback that will be invoked with an HttpResponseMessage after the crash is posted to BugSplat