fix(coder/modules/jetbrains and coder-labs/modules/nextflow): fix typos in two documentations (#714)

This commit is contained in:
Katorly
2026-02-18 16:11:20 +08:00
committed by GitHub
parent ac92895c50
commit 14c43d9f29
2 changed files with 1 additions and 3 deletions
@@ -10,8 +10,6 @@ tags: [nextflow, workflow, hpc, bioinformatics]
A module that adds Nextflow to your Coder template.
![Nextflow](../../.images/nextflow.png)
```tf
module "nextflow" {
count = data.coder_workspace.me.start_count
+1 -1
View File
@@ -42,7 +42,7 @@ module "jetbrains" {
version = "1.3.0"
agent_id = coder_agent.main.id
folder = "/home/coder/project"
default = ["PY", "IU"] # Pre-configure GoLand and IntelliJ IDEA
default = ["PY", "IU"] # Pre-configure PyCharm and IntelliJ IDEA
}
```