Skip to content

Commit 7a79f4a

Browse files
committed
fixup! Merge branch 'main' into dean/app-urls-use-slug
1 parent d174a90 commit 7a79f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ides/web-ides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ EOF
240240
resource "coder_app" "jupyter" {
241241
agent_id = coder_agent.coder.id
242242
slug = "jupyter"
243-
displaY_name = "JupyterLab"
243+
display_name = "JupyterLab"
244244
url = "http://localhost:8888${local.jupyter_base_path}"
245245
icon = "/icon/jupyter.svg"
246246

0 commit comments

Comments
 (0)