# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1475760593 0
# Node ID 84b16899e07e576d587d6006382474ad95119386
# Parent  4bbd06b912b4a59ab60d763ca7bb290e4b7628a3# Parent  d7ca8f55dde39d8bc07633914d1503bb956f115d
Merge.

diff -r 4bbd06b912b4 -r 84b16899e07e chapters/11.markdown
--- a/chapters/11.markdown	Thu Oct 06 13:29:44 2016 +0000
+++ b/chapters/11.markdown	Thu Oct 06 13:29:53 2016 +0000
@@ -40,7 +40,7 @@
 
 When you typed `<leader>x` in file `bar` Vim couldn't find a mapping that
 matched it, so it treated it as two commands: `<leader>` (which does nothing on
-its own) and `x` (the normal command to delete a single character.)
+its own) and `x` (the normal command to delete a single character).
 
 Local Leader
 ------------