From 2229cbb7bd8fb5b7c9aa1c964570717309650631 Mon Sep 17 00:00:00 2001
From: Petr Marek <contact@petrmarek.eu>
Date: Mon, 26 Dec 2016 14:25:13 +0100
Subject: [PATCH] proper sublime_command.md

---
 docs/spells/sublime_command.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/spells/sublime_command.md b/docs/spells/sublime_command.md
index d9896f5..dad053b 100644
--- a/docs/spells/sublime_command.md
+++ b/docs/spells/sublime_command.md
@@ -1,10 +1,10 @@
-# perform_line_regex spell
+# sublime_command spell
 
-A spell for running any sublime command.
+A spell for running a sublime command.
 
 ## args
 
-- `command` - regexp pattern 
+- `command` - command to be run
 - `args` - arguments for the command
 
 ## examples