From f387cfd06f990cd18ed952829965845595bfacf6 Mon Sep 17 00:00:00 2001 From: John Gardner Date: Mon, 17 Jul 2017 11:04:43 +1000 Subject: [PATCH] Fix typo (#52) --- test/spec.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/spec.txt b/test/spec.txt index ccaa8523c..5cceebb6c 100644 --- a/test/spec.txt +++ b/test/spec.txt @@ -419,7 +419,7 @@ Normally the `>` that begins a block quote may be followed optionally by a space, which is not considered part of the content. In the following case `>` is followed by a tab, which is treated as if it were expanded into spaces. -Since one of theses spaces is considered part of the +Since one of these spaces is considered part of the delimiter, `foo` is considered to be indented six spaces inside the block quote context, so we get an indented code block starting with two spaces. @@ -9840,4 +9840,3 @@ closers: After we're done, we remove all delimiters above `stack_bottom` from the delimiter stack. -