We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711be67 commit 366add9Copy full SHA for 366add9
components/yaml/yaml_format.rst
@@ -223,7 +223,7 @@ YAML uses indentation with one or more spaces to describe nested collections:
223
PHP: 5.2
224
Propel: 1.3
225
226
-The following YAML is equivalent to the following PHP code:
+The above YAML is equivalent to the following PHP code:
227
228
.. code-block:: php
229
@@ -240,7 +240,7 @@ The following YAML is equivalent to the following PHP code:
240
241
There is one important thing you need to remember when using indentation in a
242
YAML file: *Indentation must be done with one or more spaces, but never with
243
-tabulations*.
+tabulators*.
244
245
You can nest sequences and mappings as you like:
246
0 commit comments