about summary refs log tree commit diff
path: root/doc/languages-frameworks/gnome.section.md
diff options
context:
space:
mode:
authorAndrew <Andrew@Kvalhe.im>2023-06-10 17:15:43 -0700
committerGitHub <noreply@github.com>2023-06-11 02:15:43 +0200
commit1b6f6406878da49a667a774d842f7e3aa6a84768 (patch)
treea9dc681d322fd5bcd2bdc46096de8c37b1d3dc4d /doc/languages-frameworks/gnome.section.md
parent30a6ecff17bc023b5f894d3a11866495e6d8c17a (diff)
doc: correct typos and spelling (#237098)
Diffstat (limited to 'doc/languages-frameworks/gnome.section.md')
-rw-r--r--doc/languages-frameworks/gnome.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/gnome.section.md b/doc/languages-frameworks/gnome.section.md
index 3c8539ac4244e..897ebd7861fa2 100644
--- a/doc/languages-frameworks/gnome.section.md
+++ b/doc/languages-frameworks/gnome.section.md
@@ -27,7 +27,7 @@ The modules are typically installed to `lib/gio/modules/` directory of a package
 
 In particular, we recommend:
 
-* adding `dconf.lib` for any software on Linux that reads [GSettings](#ssec-gnome-settings) (even transitivily through e.g. GTK’s file manager)
+* adding `dconf.lib` for any software on Linux that reads [GSettings](#ssec-gnome-settings) (even transitively through e.g. GTK’s file manager)
 * adding `glib-networking` for any software that accesses network using GIO or libsoup – glib-networking contains a module that implements TLS support and loads system-wide proxy settings
 
 To allow software to use various virtual file systems, `gvfs` package can be also added. But that is usually an optional feature so we typically use `gvfs` from the system (e.g. installed globally using NixOS module).