소스 검색

Fix wrong destination anchor link (#1515)

Fix wrong destination anchor link
Renée Kooi 6 년 전
부모
커밋
1516b25dfb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/CONTRIBUTING.md

+ 1 - 1
.github/CONTRIBUTING.md

@@ -13,7 +13,7 @@ npm run bootstrap
 
 We use lerna to manage the many plugin packages Uppy has. You should always do `npm run bootstrap` after an `npm install` to make sure lerna has installed the dependencies of each package and that the `package-lock.json` in the repository root is up to date.
 
-Our website’s examples section is also our playground, please read the [Local Previews](#Local-Previews) section to get up and running.
+Our website’s examples section is also our playground, please read the [Local Previews](#Local-previews) section to get up and running.
 
 ### Requiring files