Grammar correction.

This commit is contained in:
Mak Kolybabi 2018-08-14 06:47:41 -05:00 committed by GitHub
parent 3aefce7ccb
commit 24df2ecd6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.