Replace duplicated word

Co-authored-by: Russell Martin <russell@rjm.li>
This commit is contained in:
Russell Keith-Magee 2023-12-01 06:21:18 +08:00 committed by GitHub
parent 13f8975519
commit 310961e552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ What we've done
* We modified Toga's Image APIs so that `Pillow images can be used as source data <https://github.com/beeware/toga/pull/2231>`__.
* We `switched CI testing of Android apps to use a Linux machine <https://github.com/beeware/toga/pull/2230>`__. This wasn't previously possible, because Github didn't expose the necessary permissions in their Linux images; however, now that is *is* possible, our Android tests run up to 5 times faster, and are less likely to be held up in CI because of availability of macOS testing machines.
* We `switched CI testing of Android apps to use a Linux machine <https://github.com/beeware/toga/pull/2230>`__. This wasn't previously possible, because Github didn't expose the necessary permissions in their Linux images; however, now that *is* possible, our Android tests run up to 5 times faster, and are less likely to be held up in CI because of availability of macOS testing machines.
* We corrected an issue on macOS where an OS-level setting controlling the use of tabs could `cause test failures in the Toga test suite <https://github.com/beeware/toga/pull/2218>`__.