From 280fc39d3eeb3fa8bd9ed0af07865e6de30170d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Berm=C3=BAdez=20Schettino?= Date: Fri, 22 Jun 2018 19:19:41 +0200 Subject: [PATCH] Fix typo in Pull Request Template (#4558) Also link to the "Unreleased" section in CHANGELOG. --- packages/react-navigation/.github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-navigation/.github/PULL_REQUEST_TEMPLATE.md b/packages/react-navigation/.github/PULL_REQUEST_TEMPLATE.md index 3b6814e2..dd93cb90 100644 --- a/packages/react-navigation/.github/PULL_REQUEST_TEMPLATE.md +++ b/packages/react-navigation/.github/PULL_REQUEST_TEMPLATE.md @@ -18,4 +18,4 @@ Look around. Match the style of the rest of the codebase. Run `yarn format` befo ## Changelog -Add an entry under the "Unreleased" heading in [CHANEGLOG.md](https://github.com/react-navigation/react-navigation/blob/master/CHANGELOG.md) which explains your change. +Add an entry under the "Unreleased" heading in [CHANGELOG.md](https://github.com/react-navigation/react-navigation/blob/master/CHANGELOG.md#unreleased) which explains your change.