diff --git a/manual.html b/manual.html
index 65c57b2..b60685a 100644
--- a/manual.html
+++ b/manual.html
@@ -2147,7 +2147,7 @@ Previous: Configuration, U
- Function:
org-roam-dailies-capture-yesterday
n &optional goto
-
-
Create an entry in the daily note for yesteday.
+
Create an entry in the daily note for yesterday.
With numeric argument n
, use the daily note n
days in the past.
diff --git a/org-roam.org b/org-roam.org
index 9dfe4e4..228ae48 100644
--- a/org-roam.org
+++ b/org-roam.org
@@ -1300,7 +1300,7 @@ There are variants of those commands for ~-yesterday~ and ~-tomorrow~:
- Function: ~org-roam-dailies-capture-yesterday~ n &optional goto
- Create an entry in the daily note for yesteday.
+ Create an entry in the daily note for yesterday.
With numeric argument ~n~, use the daily note ~n~ days in the past.
diff --git a/org-roam.texi b/org-roam.texi
index c5cc576..d4d2b9e 100644
--- a/org-roam.texi
+++ b/org-roam.texi
@@ -1826,7 +1826,7 @@ There are variants of those commands for @code{-yesterday} and @code{-tomorrow}:
@defun @code{org-roam-dailies-capture-yesterday} n &optional goto
-Create an entry in the daily note for yesteday.
+Create an entry in the daily note for yesterday.
With numeric argument @code{n}, use the daily note @code{n} days in the past.
@end defun