Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

docs: fix typo in samples/analyze.js #159

Merged
merged 2 commits into from
Dec 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/analyze.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ async function analyzeSafeSearch(gcsUri) {
`.${(result.timeOffset.nanos / 1e6).toFixed(0)}s`
);
console.log(
`\t\tPornography liklihood: ${likelihoods[result.pornographyLikelihood]}`
`\t\tPornography likelihood: ${likelihoods[result.pornographyLikelihood]}`
);
});
// [END video_analyze_explicit_content]
Expand Down