Skip to content

Commit

Permalink
fix naming "markdown" => "mrkdwn"
Browse files Browse the repository at this point in the history
  • Loading branch information
koonwen committed Jan 2, 2025
1 parent 78852ab commit 494c362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/block_kit.atd
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ type option_group <ocaml attr="deriving make"> = {

type text_object = [
| Plain_text <json name = "plain_text"> of plain_text
| Mrkdwn <json name = "markdwn"> of mrkdwn_text
| Mrkdwn <json name = "mrkdwn"> of mrkdwn_text
] <ocaml repr="classic"> <json adapter.ocaml="Atdgen_runtime.Json_adapter.Type_field">

type plain_text <ocaml attr="deriving make"> = {
Expand Down

0 comments on commit 494c362

Please sign in to comment.