Skip to content

Commit

Permalink
typo fix (executable)
Browse files Browse the repository at this point in the history
  • Loading branch information
faiyamTestFS32 committed Oct 12, 2015
1 parent 991272c commit 030e926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Let's take a moment to review:

### The `bin` Directory

The `bin` directory holds our **exectuable** file. This file is responsible for running the program. It contains code that actually enacts the command line interaction - i.e. greeting the user, asking the user for input, storing that input and then acting on it.
The `bin` directory holds our **executable** file. This file is responsible for running the program. It contains code that actually enacts the command line interaction - i.e. greeting the user, asking the user for input, storing that input and then acting on it.

### The `lib` Directory

Expand Down

0 comments on commit 030e926

Please sign in to comment.