mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 21:17:58 +01:00
Fix some typos.
This commit is contained in:
@@ -482,7 +482,7 @@ var Buffer = Module("buffer", {
|
||||
},
|
||||
|
||||
/**
|
||||
* Find the counth last link on a page matching one of the given
|
||||
* Find the *count*th last link on a page matching one of the given
|
||||
* regular expressions, or with a @rel or @rev attribute matching
|
||||
* the given relation. Each frame is searched beginning with the
|
||||
* last link and progressing to the first, once checking for
|
||||
@@ -927,7 +927,7 @@ var Buffer = Module("buffer", {
|
||||
* url: The URL to view.
|
||||
* doc: The document to view.
|
||||
* line: The line to select.
|
||||
* column: the column to select.
|
||||
* column: The column to select.
|
||||
*
|
||||
* If no URL is provided, the current document is used.
|
||||
* @default The current buffer.
|
||||
|
||||
Reference in New Issue
Block a user