about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2020-04-28 14:59:06 -0300
committerGitHub <noreply@github.com>2020-04-28 14:59:06 -0300
commit6449a4e84b7c51fd80668a30d21b8880736fec1f (patch)
tree7055d62e1c9fb009b81b98757d269f20d6d67d75 /doc
parent9d88d8e23d2a701bc2aa2a19e9714ba106178daa (diff)
downloadnixlib-6449a4e84b7c51fd80668a30d21b8880736fec1f.tar
nixlib-6449a4e84b7c51fd80668a30d21b8880736fec1f.tar.gz
nixlib-6449a4e84b7c51fd80668a30d21b8880736fec1f.tar.bz2
nixlib-6449a4e84b7c51fd80668a30d21b8880736fec1f.tar.lz
nixlib-6449a4e84b7c51fd80668a30d21b8880736fec1f.tar.xz
nixlib-6449a4e84b7c51fd80668a30d21b8880736fec1f.tar.zst
nixlib-6449a4e84b7c51fd80668a30d21b8880736fec1f.zip
Apply suggestions from code review
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/gnome.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/languages-frameworks/gnome.xml b/doc/languages-frameworks/gnome.xml
index afc2de27db5d..159216ca981f 100644
--- a/doc/languages-frameworks/gnome.xml
+++ b/doc/languages-frameworks/gnome.xml
@@ -44,11 +44,11 @@
     <title>Packaging icon themes</title>
 
     <para>
-      Icon themes may inherit from other icon themes. The inheritance is specified using the `Inherits` key in the `index.theme` file distributed with the icon theme. According to the <link xlink:href="https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html">icon theme specification</link> icons not provided by the theme are looked for in its parent icon themes. Therefore the parent themes should be installed as dependencies for a more complete experience regarding the icon sets used.
+      Icon themes may inherit from other icon themes. The inheritance is specified using the <literal>Inherits</literal> key in the <filename>index.theme</filename> file distributed with the icon theme. According to the <link xlink:href="https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html">icon theme specification</link>, icons not provided by the theme are looked for in its parent icon themes. Therefore the parent themes should be installed as dependencies for a more complete experience regarding the icon sets used.
     </para>
 
     <para>
-      The package <package>hicolor-icon-theme</package> provides a setup hook which makes symbolic links for the parent themes into the directory <filename>share/icons</filename> of the current theme directory in the nix store, making sure they can be found at runtime. For that to work the packages providing parent icon themes should be listed as propagated build dependencies, toghether with <package>hicolor-icon-theme</package>.
+      The package <package>hicolor-icon-theme</package> provides a setup hook which makes symbolic links for the parent themes into the directory <filename>share/icons</filename> of the current theme directory in the nix store, making sure they can be found at runtime. For that to work the packages providing parent icon themes should be listed as propagated build dependencies, together with <package>hicolor-icon-theme</package>.
     </para>
 
     <para>