Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 60a78af

Browse files
henareantonmedv
authored andcommitted
Fix typo in flow.md (#121)
1 parent 638103c commit 60a78af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ task('deploy', [
2020
]);
2121
~~~
2222

23-
Framework recipes may differ in flow, but the basic structure is the same. You can create your own flow by overriding the `deploy` task, buta better solution is to use the cache.
23+
Framework recipes may differ in flow, but the basic structure is the same. You can create your own flow by overriding the `deploy` task, but a better solution is to use the cache.
2424
For example, if you want to run some task before you symlink the new release:
2525

2626
~~~php

0 commit comments

Comments
 (0)