Commit 230b9cdc authored by Jeremy Bokobza's avatar Jeremy Bokobza Committed by GitHub

Merge pull request #2 from nopara73/project-exploring

fix typo
parents 136bc94a e0346c33
......@@ -25,7 +25,7 @@ namespace Breeze.Wallet.Controllers
/// Creates a new safe on the local machine.
/// </summary>
/// <param name="safeCreation">The object containing the parameters used to create the wallet.</param>
/// <returns>A JSON object contaibibg the mnemonic created for the new wallet.</returns>
/// <returns>A JSON object containing the mnemonic created for the new wallet.</returns>
[HttpPost]
public IActionResult Create([FromBody]SafeCreationModel safeCreation)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment