From 5eccec7ab6f3f9e208e1cdf145901a54e70bbcf1 Mon Sep 17 00:00:00 2001 From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> Date: Fri, 6 Dec 2024 17:21:31 +0200 Subject: [PATCH] typos intapi_changelog.md --- cmd/clef/intapi_changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/clef/intapi_changelog.md b/cmd/clef/intapi_changelog.md index eaeb2e6862..dbfd665412 100644 --- a/cmd/clef/intapi_changelog.md +++ b/cmd/clef/intapi_changelog.md @@ -14,7 +14,7 @@ Additional labels for pre-release and build metadata are available as extensions Added `clef_New` to the internal API callable from a UI. -> `New` creates a new password protected Account. The private key is protected with +> `New` creates a new password-protected Account. The private key is protected with > the given password. Users are responsible to backup the private key that is stored > in the keystore location that was specified when this API was created. > This method is the same as New on the external API, the difference being that