From 82a763f9053f00bf0b31b02346d6ce67a1cd6d44 Mon Sep 17 00:00:00 2001 From: Ian Lapham Date: Thu, 16 Dec 2021 15:39:28 -0500 Subject: [PATCH] feat: Update contribution spec (#2993) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index acc339766d..2d2bb2b660 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,7 +42,7 @@ The following points should help guide your development: - An Ethereum node should be the only critical dependency - All other external dependencies should only enhance the UX ([graceful degradation](https://developer.mozilla.org/en-US/docs/Glossary/Graceful_degradation)) - Accessibility: anyone can use the interface - - The interface should be responsive, small and run well on low performance devices (majority of swaps on mobile!) + - The interface should be responsive, small and also run well on low performance devices (majority of swaps on mobile!) ## Release process