Skip to content

Commit 1a7792e

Browse files
committed
apply feedback
1 parent e843221 commit 1a7792e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/language/ruby/develop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In the cloned repository's directory, open the `compose.yaml` file in an IDE or
2323

2424
The following is the updated `compose.yaml` file.
2525

26-
```yaml {hl_lines="09-30"}
26+
```yaml {hl_lines="07-25"}
2727
services:
2828
web:
2929
build: .
@@ -130,7 +130,7 @@ Watch](../../compose/file-watch.md).
130130
Open your `compose.yaml` file in an IDE or text editor and then add the Compose
131131
Watch instructions. The following is the updated `compose.yaml` file.
132132

133-
```yaml {hl_lines="16-19"}
133+
```yaml {hl_lines="13-16"}
134134
services:
135135
web:
136136
build: .

0 commit comments

Comments
 (0)