Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
DatGuy1 committed May 20, 2024
1 parent c570d20 commit 7ce6125
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/advanced_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ What else can Windows-Toasts be used for? Since you're here, you probably alread
Display an image
----------------

Lets try out displaying an image
Let's try out displaying an image

.. code-block:: python
Expand Down Expand Up @@ -47,7 +47,7 @@ We use :attr:`windows_toasts.toast.Toast.launch_action` to open a website when t
Play different audio
--------------------

There is a list of available, out-of-the-box audio sources at :class:`windows_toasts.toast_audio.AudioSource`. Lets play the Windows IM sound looping until the notification is dismissed/expires.
There is a list of available, out-of-the-box audio sources at :class:`windows_toasts.toast_audio.AudioSource`. Let's play the Windows IM sound looping until the notification is dismissed/expires.

.. code-block:: python
Expand Down
4 changes: 2 additions & 2 deletions docs/interactable.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Interactable toasts
===================

Interactable toasts are toast notifications that lets the user interact with them, be it through different buttons or input fields.
Interactable toasts are toast notifications that let the user interact with them, be it through different buttons or input fields.

Usage
-----
Expand Down Expand Up @@ -31,7 +31,7 @@ And we have buttons! We can't do much with them though, at least until we use on
newToast.on_activated = activated_callback
.. note::
To make sure the activation of the toast triggeres the callback following its relegation to the action center, you must use a `custom AUMID <Creating a custom AUMID>`_.
To make sure the activation of the toast triggers the callback following its relegation to the action center, you must use a `custom AUMID <Creating a custom AUMID>`_.

Input fields
~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion docs/migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Version 1.0.0 comes with a large backend refactoring and simplification of exist
This guide will detail the changes and how to adapt to them.

Replaced winsdk requirement with modularisation
---------------------------------------------
-----------------------------------------------
Instead of the 12 MB `winsdk <https://pypi.org/project/winsdk/>`_ release, Windows-Toasts now uses a number of streamlined package to lessen install times and storage requirements.

Toast class simplification
Expand Down

0 comments on commit 7ce6125

Please sign in to comment.