Skip to content

Commit ef93ee7

Browse files
committed
tweak doc verbiage
1 parent 85270d7 commit ef93ee7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/language/src/document.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ Document.prototype.detectEntities = function(options, callback) {
530530

531531
/**
532532
* Detect the entities from a block of text, similar to
533-
* {module:language/document#detectEntities}, and analyzes sentiment associated
533+
* {module:language/document#detectEntities}, and analyze sentiment associated
534534
* with each entity and its mentions.
535535
*
536536
* @param {object=} options - Configuration object.

packages/language/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Language.prototype.detectEntities = function(content, options, callback) {
236236

237237
/**
238238
* Detect the entities from a block of text, similar to
239-
* {module:language#detectEntities}, and analyzes sentiment associated with
239+
* {module:language#detectEntities}, and analyze sentiment associated with
240240
* each entity and its mentions.
241241
*
242242
* NOTE: This is a convenience method which doesn't require creating a

0 commit comments

Comments
 (0)