Skip to content

Commit

Permalink
Fix missing section description parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Aug 23, 2024
1 parent 15896d8 commit 036e4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Writerside/topics/core/configuration/Config-About.topic
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</p>

<code-block lang="kotlin" collapsible="true" collapsed-title="Example Usage">
section("name") {
section("name", "description") {
bundle = "my-translation-bundle"
description = "section description"

Expand Down

0 comments on commit 036e4a8

Please sign in to comment.