diff --git a/book/page_creation.rst b/book/page_creation.rst index 6b429bf19ad..36e06fc1ffe 100644 --- a/book/page_creation.rst +++ b/book/page_creation.rst @@ -802,8 +802,7 @@ options of each feature. three formats (YAML, XML and PHP). Each has its own advantages and disadvantages. The choice of which to use is up to you: - * *YAML*: Simple, clean and readable (learn more about yaml in - * ":doc:`/components/yaml/yaml_format`"); + * *YAML*: Simple, clean and readable (learn more about yaml in ":doc:`/components/yaml/yaml_format`"); * *XML*: More powerful than YAML at times and supports IDE autocompletion;