From e5e8da551e99c724e7c52c1f4e5ce89f50a2f481 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Wed, 20 Nov 2019 14:30:28 +0100 Subject: [PATCH] docs/philosophy.rst: style fixes --- docs/source/theory/philosophy.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/theory/philosophy.rst b/docs/source/theory/philosophy.rst index a70e1a8..9303982 100644 --- a/docs/source/theory/philosophy.rst +++ b/docs/source/theory/philosophy.rst @@ -12,7 +12,7 @@ Shell Agnostic -------------- - Kapow! knows nothing about the shell you are using. -- It only spawn binaries. +- It only spawns executables. - You can use anything you want that ends interacting with the `data api`. - This helps with multiplatform and with future higher level tools. @@ -23,7 +23,7 @@ Not a Silver Bullet You should not use Kapow! for projects with complex business logic. -If you try to encode business logic in a shell script you will regret -**deeply**. +If you try to encode business logic in a shell script, you will **deeply** +regret it. Kapow! is for automating simple stuff.