浏览代码

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