Skip to content

Commit bbc67f6

Browse files
committed
Fix a wrong code block syntax
1 parent 222854d commit bbc67f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup/flex_private_recipes.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ recipe, you also need to generate a new ``"ref"`` value.
6767

6868
.. tip::
6969

70-
Use the following PHP script to generate a random ``"ref"`` value.
71-
72-
.. code-block::
70+
Use the following PHP script to generate a random ``"ref"`` value::
7371

7472
echo bin2hex(random_bytes(20));
7573

0 commit comments

Comments
 (0)