From 5a7b63ddaa22069e787b6c5676fa4e1b2e4cb13f Mon Sep 17 00:00:00 2001 From: Benjamin Pannell Date: Thu, 18 May 2017 10:19:21 +0100 Subject: [PATCH] style: Fix a typo in the emit function's documentation --- lib/MapReduce.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/MapReduce.ts b/lib/MapReduce.ts index eb0c60e..b630c60 100644 --- a/lib/MapReduce.ts +++ b/lib/MapReduce.ts @@ -5,7 +5,7 @@ import { Instance } from "./Instance" declare global { /** * Emits a key-value pair for mapping. - * This is NOT a global function but is a MongoDB srever internal function. + * This is NOT a global function but is a MongoDB server internal function. * Only use in map function and nowhere else. * * @param {any} key Key to emit