diff --git a/dataview tasks completed in current file.md b/dataview tasks completed in current file.md
index dbf9f72e..e25bbdd6 100644
--- a/dataview tasks completed in current file.md
+++ b/dataview tasks completed in current file.md
@@ -1,11 +1,12 @@
up::[[obsidian plugin dataview]]
-title::"cound tasks completed in a file"
+title::"count tasks completed in a file"
#s/obsidian
---
- simple solution :
- `= length(filter(this.file.tasks.completed, (t) => t = true))` tasks completed
+ - `= length(filter(this.file.tasks.completed, (t) => t = true))` / `= length(filter(this.file.tasks.task, (t) => t = true))` tasks completed
- with html styling :
- `= ""`
- with minimal's `