From 5339983ac1592df4b7a370ba84e81f1c73fe0569 Mon Sep 17 00:00:00 2001 From: Nathan Sarang-Walters Date: Mon, 16 Dec 2024 15:40:12 -0800 Subject: [PATCH] Fix typo --- ci/release/changelogs/next.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index 9dff242f5..fe803cce0 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -5,7 +5,7 @@ - Vars: vars in markdown blocks are substituted [#2218](https://github.com/terrastruct/d2/pull/2218) - Markdown: Github-flavored tables work in `md` blocks [#2221](https://github.com/terrastruct/d2/pull/2221) - CLI: PNG output to stdout is supported using `--stdout-format png -` [#2260](https://github.com/terrastruct/d2/pull/2260) -- `d2 fm` now supports a `--check` flag [#2253](https://github.com/terrastruct/d2/pull/2253) +- `d2 fmt` now supports a `--check` flag [#2253](https://github.com/terrastruct/d2/pull/2253) #### Improvements 🧹