From 2bf4fa855e4e65a00d6ba6659f052917c922a937 Mon Sep 17 00:00:00 2001 From: James Westman Date: Thu, 25 Jan 2024 19:46:29 -0600 Subject: [PATCH] docs: Fix typo --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 06547c2..13f39e5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -26,7 +26,7 @@ Blueprint is a markup language and compiler for GTK 4 user interfaces. using Gtk 4.0; - template MyAppWindow : ApplicationWindow { + template $MyAppWindow : ApplicationWindow { default-width: 600; default-height: 300; title: _("Hello, Blueprint!");