From da208268f6d462359058abf94c653e4d8d844c56 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Wed, 13 Jan 2021 14:11:10 +0100 Subject: [PATCH] :bug: fix phrasing in :art: description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ece8784..1164e93 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Submit an [issue](https://github.com/DannyDannyDanny/gitmoji/issues) (or PR). |emoji|code|description| |---|---|---| |:sparkles:|`:sparkles:`| add new feature / function| -|:art:|`:art:`| improve readibility / structure and fix flake8 errors | +|:art:|`:art:`| improve readibility / structure and lint flake8 | |:goal_net:|`:goal_net:`| try/raise/handle errors or warnings| |:zap:|`:zap:`| improve performance / coverage / profiling | |:bug:|`:bug:`| fix this bug|