Skip to content

Commit 91167b8

Browse files
committed
fix lint
1 parent babe9a0 commit 91167b8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/early-access/devcontainers.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ For example, with this `devcontainer.json` configuration:
247247

248248
```json
249249
{
250-
"appPort": ["8080:8080", "4000:3000"]
250+
"appPort": ["8080:8080", "4000:3000"]
251251
}
252252
```
253253

@@ -275,13 +275,13 @@ To use the code-server feature, add the following to your `devcontainer.json`:
275275

276276
```json
277277
{
278-
"features": {
279-
"ghcr.io/coder/devcontainer-features/code-server:1": {
280-
"port": 13337,
281-
"host": "0.0.0.0"
282-
}
283-
},
284-
"appPort": ["13337:13337"]
278+
"features": {
279+
"ghcr.io/coder/devcontainer-features/code-server:1": {
280+
"port": 13337,
281+
"host": "0.0.0.0"
282+
}
283+
},
284+
"appPort": ["13337:13337"]
285285
}
286286
```
287287

0 commit comments

Comments
 (0)