diff --git a/markdown/installing/building-from-source-using-meson.md b/markdown/installing/building-from-source-using-meson.md index cb13897bfe..9a99dd95d4 100644 --- a/markdown/installing/building-from-source-using-meson.md +++ b/markdown/installing/building-from-source-using-meson.md @@ -52,10 +52,10 @@ cd gst-build gst-build contains a few notable scripts and directories: 1. `meson.build` is the top-level build definition which will recursively configure all dependencies. It also defines some helper commands allowing you - to have an uninstalled development environment or easily update all git - repositories for various GStreamer modules. + to have an uninstalled development environment or easily update git + repositories for the GStreamer modules. 2. `subprojects/` is the directory containing GStreamer modules and - and a selection of dependencies. + a selection of dependencies.