From 511a68b10296beba17973fb38f61b8bea854da30 Mon Sep 17 00:00:00 2001 From: Ompragash Viswanathan Date: Wed, 28 Jul 2021 13:25:53 +0530 Subject: [PATCH] Update docs/docsite/rst/dev_guide/testing/sanity/galaxy-metadata.rst Co-authored-by: Abhijeet Kasurde --- docs/docsite/rst/dev_guide/testing/sanity/galaxy-metadata.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/dev_guide/testing/sanity/galaxy-metadata.rst b/docs/docsite/rst/dev_guide/testing/sanity/galaxy-metadata.rst index 7dadb1e1d75..4540e760112 100644 --- a/docs/docsite/rst/dev_guide/testing/sanity/galaxy-metadata.rst +++ b/docs/docsite/rst/dev_guide/testing/sanity/galaxy-metadata.rst @@ -2,4 +2,4 @@ galaxy-metadata =============== * Validates the required keys (namespace, name, version, readme, authors) for the collection galaxy.yml metadata file. -* If the required keys aren’t present or if the required and other keys contain ``null`` value in the galaxy.yml file then this sanity test will throw an error. +* If the required keys are not present or if the required and other keys contain ``null`` value in the ``galaxy.yml`` file, this sanity test will throw an error.