summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Crippa Búrigo <arthurcburigo@gmail.com>2021-02-25 20:18:28 +0000
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-03-03 23:45:53 +0000
commitfb03f38d4a0e0177fc5e4a4cb9615c24eb7a5e82 (patch)
tree4733d1c8c2e1120dc6dbb99a62c450020fcb0a89
parentb299a89d4efd9f1cdf97952d1ae632877cb840c5 (diff)
Update markdown/application-development/introduction/basics.md
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/144>
-rw-r--r--markdown/application-development/introduction/basics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/application-development/introduction/basics.md b/markdown/application-development/introduction/basics.md
index 30a7dcf..94de99d 100644
--- a/markdown/application-development/introduction/basics.md
+++ b/markdown/application-development/introduction/basics.md
@@ -21,7 +21,7 @@ can do a specific task, for example media playback or capture. GStreamer
ships with a large collection of elements by default, making the
development of a large variety of media applications possible. If
needed, you can also write new elements. That topic is explained in
-great deal in the *GStreamer Plugin Writer's Guide*.
+greater detail in the *GStreamer Plugin Writer's Guide*.
## Pads