Skip to content

Commit 14c43d9

Browse files
authored
fix(coder/modules/jetbrains and coder-labs/modules/nextflow): fix typos in two documentations (#714)
1 parent ac92895 commit 14c43d9

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

registry/coder-labs/modules/nextflow/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ tags: [nextflow, workflow, hpc, bioinformatics]
1010

1111
A module that adds Nextflow to your Coder template.
1212

13-
![Nextflow](../../.images/nextflow.png)
14-
1513
```tf
1614
module "nextflow" {
1715
count = data.coder_workspace.me.start_count

registry/coder/modules/jetbrains/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module "jetbrains" {
4242
version = "1.3.0"
4343
agent_id = coder_agent.main.id
4444
folder = "/home/coder/project"
45-
default = ["PY", "IU"] # Pre-configure GoLand and IntelliJ IDEA
45+
default = ["PY", "IU"] # Pre-configure PyCharm and IntelliJ IDEA
4646
}
4747
```
4848

0 commit comments

Comments
 (0)