From 45a577a547d342ff5e51edab9f4519b8e1304c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Hurtado?= Date: Tue, 21 Apr 2020 10:40:36 +0200 Subject: [PATCH] Fix typo in documentation --- docs/source/examples/working_with_pow_files.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/examples/working_with_pow_files.rst b/docs/source/examples/working_with_pow_files.rst index d8c1123..b93acbd 100644 --- a/docs/source/examples/working_with_pow_files.rst +++ b/docs/source/examples/working_with_pow_files.rst @@ -107,4 +107,4 @@ for debugging. In order to be able to debug user request executions, the server subcommand has a ``--debug`` option flag that redirects the script standard output and standard error to Kapow! standard output, so you can use ``set -x`` at the beginning of the script -the same way thai in pow files. +the same way as in pow files.