diff --git a/README.md b/README.md
index 5e4e1fee..24c827f7 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ On release, automated continuous integration tests run the pipeline on a full-si
## Pipeline summary
-nf-core/airrflow allows the end-to-end processing of BCR and TCR bulk and single cell targeted sequencing data. Several protocols are supported, please see the [usage documenation](https://nf-co.re/airrflow/usage) for more details on the supported protocols.
+nf-core/airrflow allows the end-to-end processing of BCR and TCR bulk and single cell targeted sequencing data. Several protocols are supported, please see the [usage documentation](https://nf-co.re/airrflow/usage) for more details on the supported protocols.
![nf-core/airrflow overview](docs/images/metro-map-airrflow.png)
diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml
index 889351d6..b54b1946 100644
--- a/assets/multiqc_config.yml
+++ b/assets/multiqc_config.yml
@@ -1,5 +1,5 @@
report_comment:
- This report has been generated by the nf-core/airrflow
+ This report has been generated by the nf-core/airrflow
analysis pipeline. For information about how to interpret these results, please see the
documentation.
diff --git a/nextflow.config b/nextflow.config
index 38af4158..536e9d68 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -328,7 +328,7 @@ manifest {
description = """B and T cell repertoire analysis pipeline with the Immcantation framework."""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
- version = '3.2.0dev'
+ version = '3.2.0'
doi = '10.5281/zenodo.2642009'
}