Skip to content

Commit

Permalink
Fix typo in SRM warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorn committed Jun 29, 2022
1 parent 5e6f38a commit 9eb4a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/front-end/components/Experiment/SRMWarning.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const SRMWarning: FC<{
<div className="alert alert-danger">
<strong>Warning: Sample Ratio Mismatch (SRM) detected</strong>. We
expected a <code>{formatTrafficSplit(expected, 1)}</code> split, but
obversed a <code>{formatTrafficSplit(observed, 1)}</code> split (p-value
obsersed a <code>{formatTrafficSplit(observed, 1)}</code> split (p-value
= <code>{srm}</code>). There is likely a bug in the implementation.{" "}
<a
href="#"
Expand Down

0 comments on commit 9eb4a3f

Please sign in to comment.