From 95113dc691630a9d85b452ab661d1d138ac1c920 Mon Sep 17 00:00:00 2001 From: Victor Toni Date: Wed, 10 Apr 2024 23:39:37 +0200 Subject: [PATCH] Fix typos --- src/sentry/issues/escalating_issues_alg.py | 2 +- static/app/utils/replays/hooks/useLogReplayDataLoaded.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sentry/issues/escalating_issues_alg.py b/src/sentry/issues/escalating_issues_alg.py index a65322f67c1e40..cc40e82c60b3f8 100644 --- a/src/sentry/issues/escalating_issues_alg.py +++ b/src/sentry/issues/escalating_issues_alg.py @@ -55,7 +55,7 @@ def generate_issue_forecast( is relative to the data. The CV is then placed into an exponential equation that outputs a multiplier inversely related to how high the cv is. The multiplier is bounded between 2 and 5. The ceilings for the next week are all the same - which is the maximum number of events in an hour over the - past week multiplied by this multiplier. This calculation is to accound for bursty issues or those that + past week multiplied by this multiplier. This calculation is to account for bursty issues or those that have a very high variance. The final spike limit for each hour is set to the max of the bursty limit bound or the calculated limit. :param data: Dict of Snuba query results - hourly data over past 7 days diff --git a/static/app/utils/replays/hooks/useLogReplayDataLoaded.tsx b/static/app/utils/replays/hooks/useLogReplayDataLoaded.tsx index 0f35bd33b77198..921c3be6276dae 100644 --- a/static/app/utils/replays/hooks/useLogReplayDataLoaded.tsx +++ b/static/app/utils/replays/hooks/useLogReplayDataLoaded.tsx @@ -29,7 +29,7 @@ function useLogReplayDataLoaded({fetchError, fetching, projectSlug, replay}: Pro // BUG(replay): This will often report the discrepancy between errors // accociated with the replay, and errors the replay knows about. - // ie: When an error is filtered server-side, it would cound as a replay with 1 + // ie: When an error is filtered server-side, it would count as a replay with 1 // backend error. const feErrorIds = replayRecord.error_ids || []; const beErrorCount = allErrors.filter(