From 24df2ecd6b9895cbbaaa5dfddf255b413bb54d8a Mon Sep 17 00:00:00 2001 From: Mak Kolybabi Date: Tue, 14 Aug 2018 06:47:41 -0500 Subject: [PATCH] Grammar correction. --- lib/beautiful/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/beautiful/init.lua b/lib/beautiful/init.lua index ae1ef7734..ddd9ef325 100644 --- a/lib/beautiful/init.lua +++ b/lib/beautiful/init.lua @@ -180,7 +180,7 @@ function beautiful.get_font_height(name) return load_font(name).height end ---- Init function, should be runned at the beginning of configuration file. +--- Init function, should be run at the beginning of configuration file. -- @tparam string|table config The theme to load. It can be either the path to -- the theme file (returning a table) or directly the table -- containing all the theme values.