Skip to content

Commit 0a47aa3

Browse files
[UI] Fix bad command line appearance
The command displayed as grey on grey and was not readable
1 parent 1d9ee76 commit 0a47aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core/openapi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Book {}
6464

6565
Then, either use the query parameter for the web version such as `/docs?filter_tags[]=customer` or through the command line:
6666

67-
```
67+
```console
6868
bin/console api:openapi:export --filter-tags=customer
6969
```
7070

0 commit comments

Comments
 (0)