Procházet zdrojové kódy

Merge pull request #1428 from findseat/master

chore: fix some typos
Gildas před 1 rokem
rodič
revize
0a6587ce56

+ 2 - 2
src/lib/readability/Readability-readerable.js

@@ -39,9 +39,9 @@ function isNodeVisible(node) {
  * Decides whether or not the document is reader-able without parsing the whole thing.
  * @param {Object} options Configuration object.
  * @param {number} [options.minContentLength=140] The minimum node content length used to decide if the document is readerable.
- * @param {number} [options.minScore=20] The minumum cumulated 'score' used to determine if the document is readerable.
+ * @param {number} [options.minScore=20] The minimum cumulated 'score' used to determine if the document is readerable.
  * @param {Function} [options.visibilityChecker=isNodeVisible] The function used to determine if a node is visible.
- * @return {boolean} Whether or not we suspect Readability.parse() will suceeed at returning an article object.
+ * @return {boolean} Whether or not we suspect Readability.parse() will succeed at returning an article object.
  */
 function isProbablyReaderable(doc, options = {}) {
   // For backward compatibility reasons 'options' can either be a configuration object or the function used

+ 1 - 1
src/ui/pages/help.html

@@ -195,7 +195,7 @@
 				<ul>
 					<li data-options-label="fileFormatSelectLabel">
 						<span class="option">Option: format</span>
-						<p>Select the ouput format of the saved file:
+						<p>Select the output format of the saved file:
 						</p>
 						<ul>
 							<li><code>"HTML"</code>: HTML file (default format). This format produces HTML files that do