From 39e648c2b0201e8d1cdcbc8ac91baa6b6ddd922b Mon Sep 17 00:00:00 2001 From: Scott Konzem Date: Fri, 5 Jun 2015 13:02:54 -0400 Subject: [PATCH] Fix typos in docs --- README.md | 2 +- bash_completions.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 710b66eb..b1fb0889 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ and flags that are only available to that command. In the example above 'port' is the flag. Flag functionality is provided by the [pflag -libary](https://github.com/ogier/pflag), a fork of the flag standard library +library](https://github.com/ogier/pflag), a fork of the flag standard library which maintains the same interface while adding posix compliance. ## Usage diff --git a/bash_completions.md b/bash_completions.md index f6707ff0..204704ef 100644 --- a/bash_completions.md +++ b/bash_completions.md @@ -118,7 +118,7 @@ and you'll get something like -c --container= -p --pod= ``` -# Specify valid filename extentions for flags that take a filename +# Specify valid filename extensions for flags that take a filename In this example we use --filename= and expect to get a json or yaml file as the argument. To make this easier we annotate the --filename flag with valid filename extensions.