Skip to content

Commit 2a78d0b

Browse files
fix highlighting
Signed-off-by: Craig <[email protected]>
1 parent 5be550d commit 2a78d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/dotnet/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ ENTRYPOINT ["dotnet", "myWebApp.dll"]
337337

338338
The following is the updated `compose.yaml` file.
339339

340-
```yaml {hl_lines=[5,16]}
340+
```yaml {hl_lines=[5,15,16]}
341341
services:
342342
server:
343343
build:

0 commit comments

Comments
 (0)