diff --git a/contributing/code/standards.rst b/contributing/code/standards.rst index bcf10eb3196..134da5c1196 100644 --- a/contributing/code/standards.rst +++ b/contributing/code/standards.rst @@ -210,7 +210,7 @@ Naming Conventions * Use `snake_case`_ for configuration parameters and Twig template variables (e.g. ``framework.csrf_protection``, ``http_status_code``); -* Use `SCREAMING_SNAKE_CASE`_ for constants (e.g. ``InputArgument::IS_ARRAY``); +* Use SCREAMING_SNAKE_CASE for constants (e.g. ``InputArgument::IS_ARRAY``); * Use `UpperCamelCase`_ for enumeration cases (e.g. ``InputArgumentMode::IsArray``); diff --git a/frontend/encore/simple-example.rst b/frontend/encore/simple-example.rst index 349a4bbbd1e..21a3bad9093 100644 --- a/frontend/encore/simple-example.rst +++ b/frontend/encore/simple-example.rst @@ -214,7 +214,7 @@ As simple as the above example is, instead of building your application inside o ``app.js``, we recommend `Stimulus`_: a small JavaScript framework that makes it easy to attach behavior to HTML. It's powerful, and you will love it! Symfony even provides packages to add more features to Stimulus. These are called the -`Symfony UX Packages`_. +Symfony UX Packages. If you followed the setup instructions, you should already have Stimulus installed and ready to go! In fact, that's the purpose of the ``assets/bootstrap.js`` file: diff --git a/reference/forms/types/map.rst.inc b/reference/forms/types/map.rst.inc index c90c6430e70..9b47a1caaf5 100644 --- a/reference/forms/types/map.rst.inc +++ b/reference/forms/types/map.rst.inc @@ -56,8 +56,8 @@ These types are part of the :doc:`Symfony UX initiative `: UID Fields ~~~~~~~~~~ -* :doc:`UuidType ` -* :doc:`UlidType ` +* UuidType +* UlidType Field Groups ~~~~~~~~~~~~