summaryrefslogtreecommitdiff
path: root/docs/markdown/Tutorial.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Tutorial.md')
-rw-r--r--docs/markdown/Tutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Tutorial.md b/docs/markdown/Tutorial.md
index 1ee784529..b8e268e70 100644
--- a/docs/markdown/Tutorial.md
+++ b/docs/markdown/Tutorial.md
@@ -27,7 +27,7 @@ project('tutorial', 'c')
executable('demo', 'main.c')
```
-That is all. We are now ready to build our application. First we need to initialise the build by going into the source directory and issuing the following commands.
+That is all. We are now ready to build our application. First we need to initialize the build by going into the source directory and issuing the following commands.
```console
$ meson builddir