Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
csharrison committed Jun 22, 2023
1 parent 1cdc959 commit 160bccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,7 @@ To <dfn noexport>parse source-registration JSON</dfn> given a [=byte sequence=]
1. Let |maxAttributionsPerSource| be the result of running
[=parse an optional 64-bit signed integer=] with |value|, "`max_event_level_reports`", and
[=default event-level attributions per source=][|sourceType|].
If |maxAttributionsPerSource| is greater than 20, return null.
1. If |maxAttributionsPerSource| is greater than 20, return null.
1. Let |eventReportWindow| be the result of running [=parse an expiry=] with
|value|, "`event_report_window`", and |expiry|.
1. If |eventReportWindow| is an error, return null.
Expand Down

0 comments on commit 160bccf

Please sign in to comment.