Skip to content

Commit

Permalink
Fix some typos in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xconverge committed Oct 7, 2022
1 parent adc9179 commit 8a9a085
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Aegis supports icon packs to make it easier to assign icons to the entries in
your vault. There are no official icon packs, but the community maintains a
number of third-party icon packs you may want to check out. To learn how to
create your own Aegis-compatible icon pack, see [the
documenation](docs/iconpacks.md).
documentation](docs/iconpacks.md).

- [aegis-icons](https://github.com/aegis-icons/aegis-icons)

Expand Down
2 changes: 1 addition & 1 deletion docs/iconpacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ is randomly generated once and stays the same across different versions.
Every icon definition contains the filename of the icon file, relative to the
root of the .ZIP archive. Icon definitions also have a list of strings that the
Issuer field in Aegis is matched against for automatic selection of an icon for
new entries. Matching is done in a case-insensitve manner. There's also a
new entries. Matching is done in a case-insensitive manner. There's also a
category field.

The following image formats are supported, in order of preference:
Expand Down
4 changes: 2 additions & 2 deletions docs/vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ shown below:
It starts with a ``version`` number and a ``header``. If a backwards
incompatible change is introduced to the content format, the version number will
be incremented. The vault contents are stored under ``db``. Its value depends on
wheter the vault is encrypted or not. If it is, the value is a string containing
whether the vault is encrypted or not. If it is, the value is a string containing
the Base64 encoded (with padding) ciphertext of the vault contents. Otherwise,
the value is a JSON object.

Expand Down Expand Up @@ -219,7 +219,7 @@ be incremented.
#### Entries

Each entry has a unique randomly generated ``UUID`` (version 4), as well as a
``name`` and ``issuer`` to idenfity the account name and service that the token
``name`` and ``issuer`` to identify the account name and service that the token
is for. Entries can also have an icon. These are JPEG's encoded in Base64 with
padding. The ``info`` object holds information specific to the OTP type. The
``secret`` is encoded in Base32 without padding.
Expand Down

0 comments on commit 8a9a085

Please sign in to comment.