Commit e0346c33 authored by nopara73's avatar nopara73

fix typo

parent 136bc94a
...@@ -25,7 +25,7 @@ namespace Breeze.Wallet.Controllers ...@@ -25,7 +25,7 @@ namespace Breeze.Wallet.Controllers
/// Creates a new safe on the local machine. /// Creates a new safe on the local machine.
/// </summary> /// </summary>
/// <param name="safeCreation">The object containing the parameters used to create the wallet.</param> /// <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] [HttpPost]
public IActionResult Create([FromBody]SafeCreationModel safeCreation) 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