From 219534675a6c82f4b9aff9b8f8a4cca37a3b9a05 Mon Sep 17 00:00:00 2001 From: Dmitri Suvorov Date: Mon, 20 Apr 2015 16:03:18 +0300 Subject: [PATCH] Fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d073cedc..14047d00 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ function fuck end ``` -Changes will available only in a new shell session. +Changes will be available only in a new shell session. ## Update @@ -134,7 +134,7 @@ in `~/.thefuck/rules`. Rule should contain two functions: `match(command: Command, settings: Settings) -> bool` and `get_new_command(command: Command, settings: Settings) -> str`. -`Command` have three attributes: `script`, `stdout` and `stderr`. +`Command` has three attributes: `script`, `stdout` and `stderr`. `Settings` is `~/.thefuck/settings.py`. @@ -155,7 +155,7 @@ def get_new_command(command, settings): ## Settings -The Fuck have a few settings parameters: +The Fuck has a few settings parameters: * `rules` – list of enabled rules, by default all; * `wait_command` – max amount of time in seconds for getting previous command output;