From 19caaf61845edf346c8ac1220b3e2cb490e4c1f4 Mon Sep 17 00:00:00 2001 From: Daniel Rocha <68558152+danroc@users.noreply.github.com> Date: Wed, 4 Oct 2023 16:16:30 +0200 Subject: [PATCH] chore: fix linting on documentation --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 78f0f9412..c9e311f2c 100644 --- a/README.md +++ b/README.md @@ -154,8 +154,7 @@ implementation: return { pending: true, redirect: { - message: - 'Please go to the Snap Dapp to finish sining the transaction.', + message: 'Please go to the Snap Dapp to finish sining the transaction.', url: 'https://example.com/sign?tx=1234', }, };