diff --git a/Examples.md b/Examples.md index 7a6072b..2f13d73 100644 --- a/Examples.md +++ b/Examples.md @@ -123,8 +123,9 @@ Suggested by [Matt-A-Bennett](https://github.com/Matt-A-Bennett): ```sh # Run command/application and choose paths/files with fzf. # Always return control of the terminal to user (e.g. when opening GUIs). -# The full command that was used will appear in you history just like any other -# (N.B. to achieve this I write the shell's active history to ~/.bash_history) +# The full command that was used will appear in your history just like any +# other (N.B. to achieve this I write the shell's active history to +# ~/.bash_history) # # Usage: # f cd (hit enter, choose path)