summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHarsh kumar <68609382+harsh6768-svg@users.noreply.github.com>2021-01-22 21:28:15 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-01-22 23:42:50 +0000
commit75f5e2bb5240a7061b3d40c59a5238590221813c (patch)
treed6fd5aecc28482f0d8fe02de2442ccb97d9c11d8 /docs
parent78e59315df22ce570740ee2e847967fd7d20ac1f (diff)
downloadmongo-75f5e2bb5240a7061b3d40c59a5238590221813c.tar.gz
SERVER-53957 typo in baton.md
Fix spelling of "example". Closes #1388 Signed-off-by: Edwin Zhou <edwin.zhou@mongodb.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/baton.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/baton.md b/docs/baton.md
index b961e80e07f..4877c0e4363 100644
--- a/docs/baton.md
+++ b/docs/baton.md
@@ -49,7 +49,7 @@ client threads await events without busy polling.
## Example
-For an exmaple of scheduling a task on the `OperationContext` baton, see
+For an example of scheduling a task on the `OperationContext` baton, see
[here][example].
## Considerations