Skip to content

Commit 43251fa

Browse files
authored
DEV: Fix a code typo (#252)
1 parent a19fdd8 commit 43251fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/create_topic.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
skip_validations: true,
3232
auto_track: false,
3333
title: "Concert Master: A new way to choose",
34-
raw: "This is the raw markdown for my post"
34+
raw: "This is the raw markdown for my post",
3535
tags: ['asdf', 'fdsa']
3636
)

0 commit comments

Comments
 (0)