From 6b8928aa3ebbbf369a4273261e597526c4948444 Mon Sep 17 00:00:00 2001 From: Britta Weiland Date: Tue, 4 Jan 2022 20:56:19 +0100 Subject: [PATCH] Fix typo in contributing.md --- docs/overview/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview/contributing.md b/docs/overview/contributing.md index 750c8558f62..f63df450923 100644 --- a/docs/overview/contributing.md +++ b/docs/overview/contributing.md @@ -34,5 +34,5 @@ There is an eslint config that ensures a consistent code style. To check for err ## Testing for errors Your pull request will automatically execute all our existing tests. Make sure that they all pass, before sending a pull request. Run all tests locally with `$ yarn run test` or run single tests (e. g. when writing new ones) with `$ yarn run test:open`. -## Futher questions +## Further questions Any further questions? Create a new issue or discussion in the repository. We’ll get back to you.