Skip to content

Commit 321eba1

Browse files
authored
Fix minor typos in README.md and spec.bs (#137)
1 parent 969c944 commit 321eba1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ aggregating machine learning update vectors or extending the histogram operation
245245
to support values that are vectors of integers rather than only scalars.
246246

247247
The operation would be indicated by using the appropriate JavaScript call, e.g.
248-
`contributeToHistogram()` and `contributToDistinctCount()` for histograms and
248+
`contributeToHistogram()` and `contributeToDistinctCount()` for histograms and
249249
count distinct, respectively.
250250

251251
## Reports

spec.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ functionality to be available.
7777
Overview {#overview}
7878
--------------------
7979

80-
This document oulines a general-purpose API that can be called from isolated
80+
This document outlines a general-purpose API that can be called from isolated
8181
contexts that have access to cross-site data (such as a Shared Storage worklet).
8282
Within these contexts, potentially identifying data can be encapsulated into
8383
"aggregatable reports". To prevent leakage, the cross-site data in these reports

0 commit comments

Comments
 (0)