diff --git a/pages/common/chroma.md b/pages/common/chroma.md index 3b0805dda7..bd2acd3e2e 100644 --- a/pages/common/chroma.md +++ b/pages/common/chroma.md @@ -13,4 +13,4 @@ - Highlight a source file with the C++ lexer and output to an SVG, using the Monokai style: -`chroma --lexer="{{c++}}" --formatter="{{svg}}" --syle="{{monokai}}" {{source_file}} > {{svg_file}}` +`chroma --lexer="{{c++}}" --formatter="{{svg}}" --style="{{monokai}}" {{source_file}} > {{svg_file}}`