Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook25 committed Aug 9, 2023
1 parent 4c1f2e3 commit b2343ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/reference/snaps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Base

The base of a snap is the underlying version of the operating system
that it uses to run. For example ``checkbox 22.04`` and ``checkbox22``
are built on top of Ubuntu22.04. This is not an 100% accurate
are built on top of Ubuntu 22.04. This is not an 100% accurate
explanation of what a base is but you can use this rule of thumb in your decision.
If you want a more complete explanation of what bases are and how they are built,
refer to this
Expand All @@ -33,7 +33,7 @@ refer to this
In general we advise to use the version of Checkbox that most closely matches the
system that is going to run it. If you are not on an LTS release of Ubuntu or
you are using a completely different operating system, try to match it to
the closest release we have. For example, if you are on Ubuntu23.04,
the closest release we have. For example, if you are on Ubuntu 23.04,
``checkbox22`` is probably the one you will have to choose.

Confinement
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/using-checkbox/installing_checkbox.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In order to install Checkbox you are going to need two parts, a ``runtime``
and a ``frontend``.

First we need to install the ``runtime``, this tutorial will use the ``checkbox22``
runtime on Ubuntu22. We also offer versions for ``16``, ``18`` and ``20``.
runtime on Ubuntu 22.04. We also offer versions for ``16``, ``18`` and ``20``.
Use the one that matches your Ubuntu version or refer to :ref:`ref_which_snap` to
understand and pick the one that fits your needs::

Expand Down

0 comments on commit b2343ee

Please sign in to comment.