From 8b568296df4c32e89c6f99fd793f6c94fa7433b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Gill=C3=A9?= Date: Sat, 23 Mar 2019 17:03:40 +0100 Subject: [PATCH] docs: fix typo --- docs/code_contribution_guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/code_contribution_guidelines.md b/docs/code_contribution_guidelines.md index a39b7bf4..89df12e3 100644 --- a/docs/code_contribution_guidelines.md +++ b/docs/code_contribution_guidelines.md @@ -168,7 +168,7 @@ A quick summary of test practices follows: [`lnd_test.go`](https://github.com/lightningnetwork/lnd/blob/master/lnd_test.go#L181). Throughout the process of contributing to `lnd`, you'll likely also be -extensively using the commands within our `Makefile`. As a result, we recommned +extensively using the commands within our `Makefile`. As a result, we recommend [perusing the make file documentation](https://github.com/lightningnetwork/lnd/blob/master/docs/MAKEFILE.md).