From 577ce2b8cfde4ecfad6730f0221d8539278bc26a Mon Sep 17 00:00:00 2001 From: Zhizhen He Date: Sun, 14 May 2023 06:17:38 +0800 Subject: [PATCH] chroma: fix style parameter (#10183) --- pages/common/chroma.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}`