From f86854ebd4d22175f1dbe4b1182858a5455fe359 Mon Sep 17 00:00:00 2001 From: Scott Stevenson Date: Sat, 13 Apr 2013 08:55:53 +0200 Subject: [PATCH] Correct typos in git module README --- modules/git/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/git/README.md b/modules/git/README.md index 78ab4d8..7139b3f 100644 --- a/modules/git/README.md +++ b/modules/git/README.md @@ -13,7 +13,7 @@ Settings The format of the [git-log][8] output is configurable via the following style, where context is *brief*, *oneline*, and *medium*, which will be passed to the -`--prety=format:` switch. +`--pretty=format:` switch. zstyle ':prezto:module:git:log:context' format '' @@ -39,8 +39,8 @@ Aliases - `gbc` creates a new branch. - `gbl` lists branches and their commits. - `gbL` lists local and remote branches and their commits. - - `gbs` lists branches and their commits with ancestery graphs. - - `gbS` lists local and remote branches and their commits with ancestery + - `gbs` lists branches and their commits with ancestry graphs. + - `gbS` lists local and remote branches and their commits with ancestry graphs. - `gbx` deletes a branch. - `gbX` deletes a branch irrespective of its merged status.