Browse Source

Fix typo in pipeline.md (#218)

pull/219/head
Daniel VandenHeuvel 2 years ago committed by GitHub
parent
commit
515cd34fd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/src/pipeline.md

2
docs/src/pipeline.md

@ -143,4 +143,4 @@ The last step of the generation is writing to file. The result is written to @@ -143,4 +143,4 @@ The last step of the generation is writing to file. The result is written to
by the user (for example `docs/generated`), and `name` is a user supplied filename.
It is recommended to add the output directory to `.gitignore` since the idea is that
the generated documents will be generated as part of the build process rather than
beeing files in the repo.
being files in the repo.

Loading…
Cancel
Save