diff --git a/smoove.wdl b/smoove.wdl
index d883cd6ecbc590d574829ef956d12d42277c0b09..e1f83f312380fe45dbd4ac6bc5c5eb173b384f48 100644
--- a/smoove.wdl
+++ b/smoove.wdl
@@ -62,7 +62,7 @@ task CallSV {
         referenceFastaFai: {description: "Fasta index (.fai) file of the reference.", category: "required" }
         outputDir: {description: "The location the output VCF file should be written.", category: "common"}
         sample: {description: "The name of the sample.", category: "required"}
-        memory: {description: "The memory required to run the programs", category: "advanced"}
+        memory: {description: "The memory required to run the programs.", category: "advanced"}
         dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.", category: "advanced"}
     }
 }