소스 검색

Update website/src/_template/contributing.md

Kevin van Zonneveld 6 년 전
부모
커밋
3668af662f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      website/src/_template/contributing.md

+ 1 - 1
website/src/_template/contributing.md

@@ -25,7 +25,7 @@ Unit tests are using Jest and can be run with:
 npm run test:unit
 ```
 
-For acceptance (or end-to-end) tests, we use [Webdriverio](http://webdriver.io). For it to run locally, you need to install a Selenium standalone server. Just follow [the guide](http://webdriver.io/guide.html) to do so. You can also install a Selenium standalone server from NPM:
+For end-to-end tests, we use [Webdriverio](http://webdriver.io). For it to run locally, you need to install a Selenium standalone server. Just follow [the guide](http://webdriver.io/guide.html) to do so. You can also install a Selenium standalone server from NPM:
 
 ```bash
 npm install selenium-standalone -g