Skip to content

Commit

Permalink
PR: CI spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
irm-codebase committed Aug 24, 2024
1 parent 21fa7ae commit c97c8db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/development_guide/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you don't, We recommend following `mamba`'s [installation advice](https://git
copier copy modules/_template/ modules/
```

You'll be promted with some questions. After answering them, `copier` will auto-generate the module for you!
You'll be prompted with some questions. After answering them, `copier` will auto-generate the module for you!
```html
🎤 What is your module's name?
Expand Down
2 changes: 1 addition & 1 deletion modules/_template/{{module_name}}/workflow/Snakefile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ from snakemake.utils import min_version, validate
# Limit the snakemake version to a modern one.
min_version("8.10")

# Load the default configuration. This will be overriden by users.
# Load the default configuration. This will be overridden by users.
configfile: "config/default.yaml"
# Validate the configuration using the schema file.
validate(config, workflow.source_path("schemas/config.schema.yaml"))
Expand Down

0 comments on commit c97c8db

Please sign in to comment.