Skip to content

Commit 2ce68df

Browse files
felixriesebergzcbenz
authored andcommitted
docs: Update incorrect author name (electron#19247)
1 parent c9bc4ae commit 2ce68df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial/testing-on-headless-ci.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ which is exactly what we need.
1717
Then, create a virtual Xvfb screen and export an environment variable
1818
called DISPLAY that points to it. Chromium in Electron will automatically look
1919
for `$DISPLAY`, so no further configuration of your app is required.
20-
This step can be automated with Paul Betts's
21-
[xvfb-maybe](https://github.com/paulcbetts/xvfb-maybe): Prepend your test
20+
This step can be automated with Anaïs Betts'
21+
[xvfb-maybe](https://github.com/anaisbetts/xvfb-maybe): Prepend your test
2222
commands with `xvfb-maybe` and the little tool will automatically configure
2323
Xvfb, if required by the current system. On Windows or macOS, it will
2424
do nothing.

0 commit comments

Comments
 (0)