Skip to content

Commit 29a4a79

Browse files
fix: ✏️ edits from review
Co-authored-by: Joel Ostblom <joelostblom@users.noreply.github.com>
1 parent caaaf39 commit 29a4a79

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

posts/published-check-datapackage/index.qmd

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ to use it. It can be summarised by its tagline:
3232
> Ensure the compliance of your Data Package metadata
3333
3434
The "only" thing `check-datapackage` does is to check the content of a
35-
`datapackage.json` file against the standard. Nothing fancy. But we
35+
`datapackage.json` file against the Data Package standard. Nothing fancy. But we
3636
designed it to be configurable, so that if you have specific needs for
3737
your Data Package, you can adjust the checks accordingly. It's possible
3838
to both add checks on top of the standard or ignore certain checks from
@@ -49,8 +49,7 @@ into typical build tools and automated check workflows.
4949

5050
## Why use it?
5151

52-
We wanted this package to be incredibly simple and focused. If you
53-
install or use it, you know exactly what it does. It also doesn't
52+
We wanted this package to be incredibly simple and focused. It also doesn't
5453
include extra dependencies or features that you might not need. We
5554
wanted it lightweight and easy to use.
5655

@@ -76,7 +75,7 @@ your configuration.
7675

7776
We have a detailed
7877
[guide](https://check-datapackage.seedcase-project.org/docs/guide/) on
79-
how to use `check-datapackage`. But I'll briefly show how you might use
78+
how to use `check-datapackage`. But we'll briefly show how you might use
8079
`check-datapackage`. The main function of the package is `check()`,
8180
which takes as input the properties of a Data Package (i.e., the
8281
contents of the `datapackage.json` file) as a Python dictionary and

0 commit comments

Comments
 (0)