From f22d772d3ed1ecc718eb6f7a8f61a35f8308e70e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Burgd=C3=B6rfer?= Date: Tue, 17 Oct 2017 21:54:44 +0200 Subject: [PATCH] Fix typo (#20652) --- types/nano/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";