diff options
author | Sander Vrijders <sander@ouroboros.rocks> | 2019-10-12 15:07:35 +0200 |
---|---|---|
committer | Sander Vrijders <sander@ouroboros.rocks> | 2019-10-12 15:07:35 +0200 |
commit | b64144b5a6c8ac62dafee254fecf978fb0150645 (patch) | |
tree | cb99be8f612dc3109b35038832875967a90b1d5e /content/en/docs/Examples | |
parent | fd3f32b8b435803b7c0ecb6603b9f014b519f37d (diff) | |
download | website-b64144b5a6c8ac62dafee254fecf978fb0150645.tar.gz website-b64144b5a6c8ac62dafee254fecf978fb0150645.zip |
content: Fix several typos
Also removes the changelog everywhere, as that is tracked by git.
Diffstat (limited to 'content/en/docs/Examples')
-rwxr-xr-x | content/en/docs/Examples/_index.md | 2 | ||||
-rw-r--r-- | content/en/docs/Examples/dev-1.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/en/docs/Examples/_index.md b/content/en/docs/Examples/_index.md index fb296e3..32c8381 100755 --- a/content/en/docs/Examples/_index.md +++ b/content/en/docs/Examples/_index.md @@ -5,7 +5,7 @@ linkTitle: "Examples" weight: 50 date: 2017-01-05 description: > - This is a collections of examples what can be done with ouroboros. + This is a collection of examples of what can be done with Ouroboros. --- {{% pageinfo %}} diff --git a/content/en/docs/Examples/dev-1.md b/content/en/docs/Examples/dev-1.md index 6a1af57..ebc276c 100644 --- a/content/en/docs/Examples/dev-1.md +++ b/content/en/docs/Examples/dev-1.md @@ -68,7 +68,7 @@ The full code for an example is the application in the tools directory. To compile your C program from the command line, you have to link --lourobos-dev. For instance, in the Ouroboros repository, you can do +-louroboros-dev. For instance, in the Ouroboros repository, you can do ```bash cd src/tools/oecho |