From 3fa01930d942daffe5d55948590cfb95f1132f27 Mon Sep 17 00:00:00 2001 From: Marcin Nowak-Liebiediew Date: Fri, 3 Nov 2023 21:39:13 +0100 Subject: [PATCH] Update docs/design/dfx-extensions.md Co-authored-by: Eric Swanson <64809312+ericswanson-dfinity@users.noreply.github.com> --- docs/design/dfx-extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/dfx-extensions.md b/docs/design/dfx-extensions.md index 9f5a0a1983..0f05ff5fe6 100644 --- a/docs/design/dfx-extensions.md +++ b/docs/design/dfx-extensions.md @@ -2,7 +2,7 @@ `dfx` extension is a feature in the DFINITY Developer Software Development Kit (SDK) that allows for extending the `dfx` CLI's core functionality. Modeled after the principles of [Git custom commands](https://mfranc.com/tools/git-custom-command/) and [Cargo's custom subcommands](https://doc.rust-lang.org/book/ch14-05-extending-cargo.html#extending-cargo-with-custom-commands), the feature enables the addition of user-defined commands that seamlessly integrate with the existing `dfx` command set. -## dfx exension install +## dfx extension install The dfx utility offers a feature to install new extensions. Here's a high-level overview of how the installation process works: