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).