diff --git a/types/nano/index.d.ts b/types/nano/index.d.ts index 1c818dbb0a..788de4f241 100644 --- a/types/nano/index.d.ts +++ b/types/nano/index.d.ts @@ -345,7 +345,7 @@ declare namespace nano { } interface DocumentScopeFollowUpdatesParams { - inlucde_docs?: boolean; + include_docs?: boolean; since?: string; heartbeat?: number; feed?: "continuous";