Skip to content

Commit 366add9

Browse files
marcel-burkhardwouterj
authored andcommitted
Update yaml_format.rst
Fixed tiny errors
1 parent 711be67 commit 366add9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/yaml/yaml_format.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ YAML uses indentation with one or more spaces to describe nested collections:
223223
PHP: 5.2
224224
Propel: 1.3
225225
226-
The following YAML is equivalent to the following PHP code:
226+
The above YAML is equivalent to the following PHP code:
227227

228228
.. code-block:: php
229229
@@ -240,7 +240,7 @@ The following YAML is equivalent to the following PHP code:
240240
241241
There is one important thing you need to remember when using indentation in a
242242
YAML file: *Indentation must be done with one or more spaces, but never with
243-
tabulations*.
243+
tabulators*.
244244

245245
You can nest sequences and mappings as you like:
246246

0 commit comments

Comments
 (0)