From 05769016c1fdd299149a09a53d2ee2bd540d31f3 Mon Sep 17 00:00:00 2001 From: Marián Konček Date: Apr 12 2022 13:14:05 +0000 Subject: Fix typo --- diff --git a/modules/ROOT/pages/core-concepts/module-stream.adoc b/modules/ROOT/pages/core-concepts/module-stream.adoc index e2c8230..1ccdd28 100644 --- a/modules/ROOT/pages/core-concepts/module-stream.adoc +++ b/modules/ROOT/pages/core-concepts/module-stream.adoc @@ -19,7 +19,7 @@ There are two basic types of modular metadata. The modulemd yaml file which we a NOTE: For the sake of space, both examples of module streams were shortened. For example a Perl module stream consists of 170-180 components. If you want to check out the un-shortened version please check the link:https://src.fedoraproject.org/modules/perl[Perl module dist-git repository]. -The specification of all the metadata formats used by Modularity can be found in link:https://github.com/fedora-modularity/libmodulemd/tree/main/yaml_specs[the libmodulemd git repository]. `libmodulemd` is a C library which provides an API (with python byndings) which enables us to work with module metadata. +The specification of all the metadata formats used by Modularity can be found in link:https://github.com/fedora-modularity/libmodulemd/tree/main/yaml_specs[the libmodulemd git repository]. `libmodulemd` is a C library which provides an API (with python bindings) which enables us to work with module metadata. === Input modulemd-packager