Merge pull request #1100 from jfrankenau/fix-typo

docs: fix typo
This commit is contained in:
Kevin K 2017-11-09 08:07:19 -05:00 committed by GitHub
commit de7b236dd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1375,7 +1375,7 @@ impl<'a, 'b> App<'a, 'b> {
/// outdir); // Then say where write the completions to
/// }
/// ```
/// Now, once we combile there will be a `{bin_name}.bash-completion` file in the directory.
/// Now, once we compile there will be a `{bin_name}.bash-completion` file in the directory.
/// Assuming we compiled with debug mode, it would be somewhere similar to
/// `<project>/target/debug/build/myapp-<hash>/out/myapp.bash-completion`.
///