merge #5329: fix some typos

pull/5333/head
Mike Fährmann 6 months ago
commit e76d5756a0
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -3286,7 +3286,7 @@ Examples
* ``["jpeg", "webp"]``
Description
Only include assets that are in the specified file types. ``all`` can be
used to specifiy all file types. Valid values are:
used to specify all file types. Valid values are:
* Grids: ``png``, ``jpeg``, ``jpg``, ``webp``
* Heroes: ``png``, ``jpeg``, ``jpg``, ``webp``
@ -3326,7 +3326,7 @@ Examples
* ``["fr", "it"]``
Description
Only include assets that are in the specified languages. ``all`` can be
used to specifiy all languages. Valid values are `ISO 639-1 <https://en.wikipedia.org/wiki/ISO_639-1>`__
used to specify all languages. Valid values are `ISO 639-1 <https://en.wikipedia.org/wiki/ISO_639-1>`__
language codes.

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# This is the maintainence launcher for the snap, make necessary runtime environment changes to make the snap work here. You may also insert security confinement/deprecation/obsoletion notice of the snap here.
# This is the maintenance launcher for the snap, make necessary runtime environment changes to make the snap work here. You may also insert security confinement/deprecation/obsoletion notice of the snap here.
set \
-o errexit \

@ -37,7 +37,7 @@ plugs:
# Network access
network:
# For network service for recieving OAuth callback tokens
# For network service for receiving OAuth callback tokens
network-bind:
# Configuration access

Loading…
Cancel
Save