Skip to content

Commit 8b32f59

Browse files
Correct typo
Co-authored-by: Malcolm Smith <[email protected]>
1 parent 22f3eb9 commit 8b32f59

File tree

1 file changed

+1
-1
lines changed
  • content/news/buzz/october-2024-status-update

1 file changed

+1
-1
lines changed

content/news/buzz/october-2024-status-update/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ What we've done
2323

2424
* We've switched to using ``httpx`` instead of ``requests`` for `Briefcase's internal download handling <https://github.com/beeware/briefcase/pull/2041>`__. This provides slightly better error handling, better options for improving HTTP/2 usage, and we're now consistently using ``httpx`` in Briefcase and in our example code.
2525

26-
* We've modified Toga to `lazily loads components <https://github.com/beeware/toga/pull/2686>`__, rather than importing everything into the ``toga`` namespace at startup. This should improve application startup times, especially on platforms like mobile and web where this startup time is noticeable.
26+
* We've modified Toga to `lazily load components <https://github.com/beeware/toga/pull/2686>`__, rather than importing everything into the ``toga`` namespace at startup. This should improve application startup times, especially on platforms like mobile and web where this startup time is noticeable.
2727

2828
* We resolved an issue causing `intermittent test failures when testing Toga on Wayland <https://github.com/beeware/toga/pull/2893>`__.
2929

0 commit comments

Comments
 (0)