Skip to content

Commit 4c96e3d

Browse files
Remove backticks from cookbook front matter (#1904)
1 parent 770c2da commit 4c96e3d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cookbook/tx-new.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: `tx` Commands
2+
title: tx Commands
33
hide_table_of_contents: true
44
description: Create stellar transactions using the Stellar CLI
55
custom_edit_url: https://github.com/stellar/stellar-cli/edit/main/cookbook/tx-new.mdx

cookbook/tx-op-add.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: `tx op add`
2+
title: tx op add
33
hide_table_of_contents: true
44
description: Create stellar transactions using the Stellar CLI
55
custom_edit_url: https://github.com/stellar/stellar-cli/edit/main/cookbook/tx-op-add.mdx

cookbook/tx-sign.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: `tx sign` and `tx send`
2+
title: tx sign and tx send
33
hide_table_of_contents: true
44
description: Create stellar transactions using the Stellar CLI
55
custom_edit_url: https://github.com/stellar/stellar-cli/edit/main/cookbook/tx-sign.mdx

0 commit comments

Comments
 (0)