From d2193f2764ea80f814b7647b08b9ae79c8b32ee9 Mon Sep 17 00:00:00 2001 From: Amir Khazaie <733amir@gmail.com> Date: Thu, 15 Dec 2022 14:58:05 +0330 Subject: [PATCH] Fix the alias definition in FAQ section --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index d2a5c29..34b8da1 100644 --- a/README.markdown +++ b/README.markdown @@ -75,7 +75,7 @@ support: > How do I surround without adding a space? Only the opening brackets—`[`, `{`, and `(`—add a space. Use a closing -bracket, or the `b` (`(`) and `B` (`{`) aliases. +bracket, or the `b` (`)`) and `B` (`}`) aliases. ## Contributing