diff --git a/README.md b/README.md index 1a7d1c2..085051a 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ class RuntimeStylesheets(QMainWindow, QtStyleTools): ![dock](https://github.com/UN-GCPDS/qt-material/raw/master/docs/source/notebooks/_images/runtime_dock.gif) -A full set of examples are available in the [exmaples directory](https://github.com/UN-GCPDS/qt-material/blob/master/examples/runtime/) +A full set of examples are available in the [examples directory](https://github.com/UN-GCPDS/qt-material/blob/master/examples/runtime/) ## Export theme @@ -388,7 +388,7 @@ apply_stylesheet(app, 'default', invert_secondary=False, extra=extra) ### QMenu -`QMenu` has multiple rendering for each Qt backend, and for each operating system. Even can be related with the style, like [fusion](https://doc.qt.io/qt-5/qtquickcontrols2-fusion.html). Then, the `extra` argument also supports`QMenu` parameters to configure this widgest for specific combinations. This options are not affected by **density scale**. +`QMenu` has multiple rendering for each Qt backend, and for each operating system. Even can be related with the style, like [fusion](https://doc.qt.io/qt-5/qtquickcontrols2-fusion.html). Then, the `extra` argument also supports`QMenu` parameters to configure this widget for specific combinations. This options are not affected by **density scale**. ```python diff --git a/examples/full_features/main.py b/examples/full_features/main.py index 546b8de..17848e0 100644 --- a/examples/full_features/main.py +++ b/examples/full_features/main.py @@ -197,7 +197,7 @@ def take_screenshot(): else: theme = 'default' - # Set theme on in itialization + # Set theme on in initialization apply_stylesheet( app, theme + '.xml',