diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index 65c8dabf77..ffc3f7fb0a 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -1786,7 +1786,7 @@ def add_bootloader(self, bootloader: Bootloader, uki_enabled: bool = False, boot for plugin in plugins.values(): if hasattr(plugin, 'on_add_bootloader'): # Allow plugins to override the boot-loader handling. - # This allows for bot configuring and installing bootloaders. + # This allows for boot configuring and installing bootloaders. if plugin.on_add_bootloader(self): return diff --git a/archinstall/lib/output.py b/archinstall/lib/output.py index 2cac13bc1c..c82e5c00b9 100644 --- a/archinstall/lib/output.py +++ b/archinstall/lib/output.py @@ -56,7 +56,7 @@ def as_table( capitalize: bool = False, ) -> str: """variant of as_table (subtly different code) which has two additional parameters - filter which is a list of fields which will be shon + filter which is a list of fields which will be shown class_formatter a special method to format the outgoing data A general comment, the format selected for the output (a string where every data record is separated by newline) diff --git a/docs/examples/python.rst b/docs/examples/python.rst index 9050b9bcb4..020ea57a71 100644 --- a/docs/examples/python.rst +++ b/docs/examples/python.rst @@ -29,7 +29,7 @@ We begin by creating "`scripts`_:code:`/test_installer.py`". The placement here This script can now already be called using :code:`python -m archinstall --script test_installer` after a successful installation of the library itself. But the script won't do much. So we'll do something simple like list all the hard drives as an example. -To do this, we'll begin by importing :code:`archinstall` in our "`scripts`_:code:`/test_installer.py`" and call a function whtin ``archinstall``. +To do this, we'll begin by importing :code:`archinstall` in our "`scripts`_:code:`/test_installer.py`" and call a function within ``archinstall``. .. code-block:: python diff --git a/docs/index.rst b/docs/index.rst index 9f3c2c2879..9759524bac 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,7 +1,7 @@ archinstall Documentation ========================= -**archinstall** is library which can be used to install Arch Linux. +**archinstall** is a library which can be used to install Arch Linux. The library comes packaged with different pre-configured installers, such as the default :ref:`guided` installer. Some of the features of Archinstall are: