Fix some config help that caused website errors when copied

This commit is contained in:
Mitchell Hashimoto
2025-07-02 16:21:31 -07:00
parent 4d609a884e
commit f1f9d5eb4b

View File

@ -2761,14 +2761,14 @@ else
/// ///
/// GTK CSS documentation can be found at the following links: /// GTK CSS documentation can be found at the following links:
/// ///
/// * <https://docs.gtk.org/gtk4/css-overview.html> - An overview of GTK CSS. /// * https://docs.gtk.org/gtk4/css-overview.html - An overview of GTK CSS.
/// * <https://docs.gtk.org/gtk4/css-properties.html> - A comprehensive list /// * https://docs.gtk.org/gtk4/css-properties.html - A comprehensive list
/// of supported CSS properties. /// of supported CSS properties.
/// ///
/// Launch Ghostty with `env GTK_DEBUG=interactive ghostty` to tweak Ghostty's /// Launch Ghostty with `env GTK_DEBUG=interactive ghostty` to tweak Ghostty's
/// CSS in real time using the GTK Inspector. Errors in your CSS files would /// CSS in real time using the GTK Inspector. Errors in your CSS files would
/// also be reported in the terminal you started Ghostty from. See /// also be reported in the terminal you started Ghostty from. See
/// <https://developer.gnome.org/documentation/tools/inspector.html> for more /// https://developer.gnome.org/documentation/tools/inspector.html for more
/// information about the GTK Inspector. /// information about the GTK Inspector.
/// ///
/// This configuration can be repeated multiple times to load multiple files. /// This configuration can be repeated multiple times to load multiple files.