From 11ce45e86bd0cd1ff42be8a9ceb3a79b1f2fdf24 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Thu, 30 Jan 2025 17:31:28 +0100 Subject: [PATCH] typo in the CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index af075a8..f5fd854 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ $ git pull $ git checkout -b {your-new-branch} ``` -**ALWAYS** make sure to chekout from a updated `development` branch. +**ALWAYS** make sure to checkout from a updated `development` branch. After do your modifications, go thorugh the [github UI](https://github.com/UMAprotocol/oval-node/compare) to open a new PR from `{your-new-branch}` to `development`