Skip to content

Commit cd47fae

Browse files
committed
fix markdown lint
1 parent a3ab7db commit cd47fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pt/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Os arquivos de template do Bake usam a sintaxe [Twig](https://twig.symfony.com/d
102102
Então, por exemplo, quando você executar algo como:
103103

104104
```bash
105-
$ bin/cake bake shell Foo
105+
bin/cake bake shell Foo
106106
```
107107

108108
O template usado em `vendor/cakephp/bake/src/Template/Bake/Shell/shell.twig` parece com isto:

0 commit comments

Comments
 (0)