mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 23:17:59 +01:00
fix typo in :open command's short help description
This commit is contained in:
@@ -244,7 +244,7 @@ var g_commands = [/*{{{*/
|
|||||||
[
|
[
|
||||||
["o[pen]", "e[dit]"],
|
["o[pen]", "e[dit]"],
|
||||||
["o[pen] [url] [| url]"],
|
["o[pen] [url] [| url]"],
|
||||||
"Open one ore more URLs in the current tab",
|
"Open one or more URLs in the current tab",
|
||||||
"Multiple URLs can be separated with the | character.<br/>" +
|
"Multiple URLs can be separated with the | character.<br/>" +
|
||||||
"Each |-separated token is analayzed and in this order:<br/>"+
|
"Each |-separated token is analayzed and in this order:<br/>"+
|
||||||
"<ol>"+
|
"<ol>"+
|
||||||
|
|||||||
Reference in New Issue
Block a user