From 85104dfc509d16dff1534cc76a3f010b0a74b67b Mon Sep 17 00:00:00 2001 From: Andrew Frantz Date: Wed, 8 Jan 2025 16:10:30 -0500 Subject: [PATCH] chore: typo in changelog --- wdl/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wdl/CHANGELOG.md b/wdl/CHANGELOG.md index dc50b8e9..acee4931 100644 --- a/wdl/CHANGELOG.md +++ b/wdl/CHANGELOG.md @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Added an `--open` flag to `wdl doc` subcommand ([#269](https://github.com/stjude-rust-labs/wdl/pull/269)). * Added the `engine` module containing the implementation of `wdl-engine` ([#265](https://github.com/stjude-rust-labs/wdl/pull/265)). * Implemented the `wdl run` subcommand for running tasks ([#265](https://github.com/stjude-rust-labs/wdl/pull/265)). -* Aded a `validate` subcommand for validating input JSONs ([#283](https://github.com/stjude-rust-labs/wdl/pull/283)). +* Added a `validate` subcommand for validating input JSONs ([#283](https://github.com/stjude-rust-labs/wdl/pull/283)). ### Fixed