From 0a8cf149617988d1c5ad47d34f468787476ca640 Mon Sep 17 00:00:00 2001 From: snoppy Date: Sun, 14 Apr 2024 23:25:02 +0800 Subject: [PATCH] chore: fix typos and link broken --- README.md | 2 +- test/router/Router.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff73693b..67844421 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Lint status](https://github.com/zeriontech/defi-sdk/workflows/lint/badge.svg)](https://github.com/zeriontech/defi-sdk/actions?query=workflow:lint) [![License](https://badgen.net/github/license/zeriontech/defi-sdk)](https://www.gnu.org/licenses/lgpl-3.0.en.html) [![Discord](https://badgen.net/badge/zerion/Zerion?icon=discord&label=discord)](https://zerion.io/discord) -[![Twitter Follow](https://badgen.net/twitter/follow/zerion_io?icon=twitter)](https://twitter.com/intent/follow?screen_name=zerion_io) +[![Twitter Follow](https://img.shields.io/twitter/follow/easyaspython?label=Follow&style=social)](https://twitter.com/intent/follow?screen_name=zerion_io) **DeFi SDK** is an open-source system of smart contracts that allows you to execute trades with ERC20 tokens and track balances on different protocols. diff --git a/test/router/Router.js b/test/router/Router.js index 1f2bb983..a5aeae7f 100644 --- a/test/router/Router.js +++ b/test/router/Router.js @@ -311,7 +311,7 @@ describe('Router', () => { ).to.be.reverted; }); - it('should execute with relative amount equal to delimeter', async () => { + it('should execute with relative amount equal to delimiter', async () => { await mockToken.mock.balanceOf.returns(1000); await mockToken.mock.allowance.returns(1000); await router.functions.execute(