From efbc52a4b73031874f017bf5f73577f2f7571b26 Mon Sep 17 00:00:00 2001 From: Thomas Broadley Date: Wed, 27 Dec 2017 22:04:11 -0500 Subject: [PATCH] docs: fix typos (#1647) --- CONTRIBUTING.md | 2 +- examples/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3fd893de0a5..e2714a0697d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,7 +63,7 @@ footer - `docs` - changes to docs, e.g. `docs(api.md): ..` to change documentation - `test` - changes to puppeteer tests infrastructure - `style` - puppeteer code style: spaces/alignment/wrapping etc - - `chore` - build-related work, e.g. doclint changes / travis / appveyour + - `chore` - build-related work, e.g. doclint changes / travis / appveyor 1. *namespace* is put in parenthesis after label and is optional 2. *title* is a brief summary of changes 3. *description* is **optional**, new-line separated from title and is in present tense diff --git a/examples/README.md b/examples/README.md index 7608245e370..e64add100d8 100644 --- a/examples/README.md +++ b/examples/README.md @@ -31,7 +31,7 @@ const browser = await puppeteer.launch({ - [Puppetron](https://github.com/cheeaun/puppetron) - Demo site that shows how to use Puppeteer and Headless Chrome to render pages. Inspired by [GoogleChrome/rendertron](https://github.com/GoogleChrome/rendertron). - [Thal](https://medium.com/@e_mad_ehsan/getting-started-with-puppeteer-and-chrome-headless-for-web-scrapping-6bf5979dee3e "An article on medium") - Getting started with Puppeteer and Chrome Headless for Web Scraping. - [pupperender](https://github.com/LasaleFamine/pupperender) - Express middleware that checks the User-Agent header of incoming requests, and if it matches one of a configurable set of bots, render the page using Puppeteer. Useful for PWA rendering. -- [headless-chrome-crawler](https://github.com/yujiosaka/headless-chrome-crawler) - Crawler that provides simple APIs to manupluate Headless Chrome and allows you to crawl dynamic websites. +- [headless-chrome-crawler](https://github.com/yujiosaka/headless-chrome-crawler) - Crawler that provides simple APIs to manipulate Headless Chrome and allows you to crawl dynamic websites. ## Testing - [angular-puppeteer-demo](https://github.com/Quramy/angular-puppeteer-demo) - Demo repository explaining how to use Puppeteer in Karma.