Skip to content

Commit

Permalink
Fix minor typos in README.md and spec.bs (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcardle authored Jul 2, 2024
1 parent 969c944 commit 321eba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ aggregating machine learning update vectors or extending the histogram operation
to support values that are vectors of integers rather than only scalars.

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

## Reports
Expand Down
2 changes: 1 addition & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ functionality to be available.
Overview {#overview}
--------------------

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

0 comments on commit 321eba1

Please sign in to comment.