Skip to content

Commit

Permalink
docs: Update incorrect author name (#19247)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrieseberg authored and zcbenz committed Jul 15, 2019
1 parent c9bc4ae commit 2ce68df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/testing-on-headless-ci.md
Expand Up @@ -17,8 +17,8 @@ which is exactly what we need.
Then, create a virtual Xvfb screen and export an environment variable
called DISPLAY that points to it. Chromium in Electron will automatically look
for `$DISPLAY`, so no further configuration of your app is required.
This step can be automated with Paul Betts's
[xvfb-maybe](https://github.com/paulcbetts/xvfb-maybe): Prepend your test
This step can be automated with Anaïs Betts'
[xvfb-maybe](https://github.com/anaisbetts/xvfb-maybe): Prepend your test
commands with `xvfb-maybe` and the little tool will automatically configure
Xvfb, if required by the current system. On Windows or macOS, it will
do nothing.
Expand Down

0 comments on commit 2ce68df

Please sign in to comment.