summaryrefslogtreecommitdiff
path: root/docs/markdown/Configuration.md
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2024-08-12 08:00:00 +0000
committerJussi Pakkanen <jpakkane@gmail.com>2024-08-12 18:14:44 +0300
commitdb22551ed9d2dd7889abea01cc1c7bba02bf1c75 (patch)
tree7274a820c19a529e69e88041ca917052b21e7d7a /docs/markdown/Configuration.md
parent8ef4e34cae956cb48cf0d22667c6e18af1340519 (diff)
downloadmeson-db22551ed9d2dd7889abea01cc1c7bba02bf1c75.tar.gz
docs: fix a few grammar and formatting issues
Diffstat (limited to 'docs/markdown/Configuration.md')
-rw-r--r--docs/markdown/Configuration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Configuration.md b/docs/markdown/Configuration.md
index 48f071e6c..fd19e0a69 100644
--- a/docs/markdown/Configuration.md
+++ b/docs/markdown/Configuration.md
@@ -87,7 +87,7 @@ endif
## Configuring without an input file
If the input file is not defined then Meson will generate a header
-file all the entries in the configuration data object. The
+file with all the entries in the configuration data object. The
replacements are the same as when generating `#mesondefine` entries:
```meson
@@ -116,7 +116,7 @@ Will produce:
## Dealing with file encodings
The default Meson file encoding to configure files is utf-8. If you
-need to configure a file that is not utf-8 encoded the encoding
+need to configure a file that is not utf-8 encoded the `encoding`
keyword will allow you to specify which file encoding to use. It is
however strongly advised to convert your non utf-8 file to utf-8
whenever possible. Supported file encodings are those of python3, see