diff --git a/manifests/library-json/fields/license.rst b/manifests/library-json/fields/license.rst
index 99fd6df518..dabae2c920 100644
--- a/manifests/library-json/fields/license.rst
+++ b/manifests/library-json/fields/license.rst
@@ -14,7 +14,7 @@
*Optional* | Type: ``SPDX Expression``
-A SPDX license ID or `SPDX Expression `_.
+A SPDX license ID or `SPDX Expression `_.
You can check `the full list of SPDX license IDs `_ (see "Identifier" column).
**Examples**
@@ -29,4 +29,4 @@ Multiple license using SPDX Expression
.. code-block:: javascript
- "license": "MIT AND (LGPL-2.1-or-later OR BSD-3-Clause)"
\ No newline at end of file
+ "license": "MIT AND (LGPL-2.1-or-later OR BSD-3-Clause)"