Skip to content

Commit b09fcd6

Browse files
committed
fix: typo
1 parent 2a90436 commit b09fcd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ require("lazy").setup({
4646
config = function() require("gx").setup {
4747
open_browser_app = "os_specific", -- specify your browser app; default for macOS is "open", Linux "xdg-open" and Windows "powershell.exe"
4848
open_browser_args = { "--background" }, -- specify any arguments, such as --background for macOS' "open".
49-
open_browser_optioins = {}, -- specify options passed to `vim.system`, see `vim.SystemOpts`
49+
open_browser_options = {}, -- specify options passed to `vim.system`, see `vim.SystemOpts`
5050
handlers = {
5151
plugin = true, -- open plugin links in lua (e.g. packer, lazy, ..)
5252
github = true, -- open github issues

0 commit comments

Comments
 (0)