diff --git a/book/chapters/options.md b/book/chapters/options.md index 3bb2ff0..4ca7844 100644 --- a/book/chapters/options.md +++ b/book/chapters/options.md @@ -120,7 +120,7 @@ One of CLI11's systems to allow customizability without high levels of verbosity An example of usage: ``` -app.option_defauts()->ignore_case()->group("Required"); +app.option_defaults()->ignore_case()->group("Required"); app.add_flag("--CaSeLeSs"); app.get_group() // is "Required"