Skip to content

Commit

Permalink
Fix a few typos in data/docs/. (datacommonsorg#849)
Browse files Browse the repository at this point in the history
* Fix a few typos in data/docs/.

* Fix a few typos in data/docs/.
  • Loading branch information
cernst122 authored Apr 10, 2023
1 parent 9793504 commit 65544bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/life_of_a_dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ data in a CSV into graph nodes for ingestion into Data Commons. For additional
information, read [Template
MCF](https://github.com/datacommonsorg/data/blob/master/docs/mcf_format.md#template-mcf).

The raw CSV will often needs pre-processing before it can be imported. An
The raw CSV will often need pre-processing before it can be imported. An
example simple cleaning script is
[here](https://github.com/datacommonsorg/data/blob/master/scripts/covid_tracking_project/historic_state_data/preprocess_csv.py).

Expand Down
4 changes: 2 additions & 2 deletions docs/mcf_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ stricter syntax described above does work.

#### Skip global prefix on known ref properties

For well-known properties that are known to have referencess as values, the
For well-known properties that are known to have references as values, the
global reference prefixes (`dcs:`, `schema:`, `dcid:`) for their values can be
dropped.

Expand Down Expand Up @@ -332,7 +332,7 @@ typeOf: State
motto: "Eureka"
```

As long as each MCF node unambiguously refers to the same entity, once injested,
As long as each MCF node unambiguously refers to the same entity, once ingested,
the entity corresponding to `geoId/06` will have all the properties: `typeOf`,
`name`, `containedInPlace`, and `motto`.

Expand Down
2 changes: 1 addition & 1 deletion docs/representing_statistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ with value `Female`. The constraint property values are typically Enumerations
## `StatVarObservation`

Each `StatisticalVariable` node is an abstract specification about which we can
make observations that are grounded at a particular location and time. These is
make observations that are grounded at a particular location and time. These are
represented by the
[`StatVarObservation`](https://datacommons.org/browser/StatVarObservation) type.

Expand Down

0 comments on commit 65544bb

Please sign in to comment.