Skip to content

Commit

Permalink
Merge pull request #130 from willtebbutt/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in the docs
  • Loading branch information
oxinabox authored Jan 12, 2021
2 parents 2f00c1e + 803d05a commit 85f28c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/z20-for-pkg-devs.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ If you do do this, you will need to ensure the registration code is specified in

## Registering a DataDep
When we say registering a DataDep we do not mean a centralised universal shared registry.
Registring simply means defining the specifics of the DataDep in your code.
This is done in a declaritie manner.
Registering simply means defining the specifics of the DataDep in your code.
This is done in a declaritive manner.

A DataDeps registration is a block of code declaring a dependency.
You should put it somewhere that it will be executed before any other code in your script that depends on that data.
Expand Down

0 comments on commit 85f28c1

Please sign in to comment.