Skip to content

Commit

Permalink
[FIX] Docs typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xareyli authored Nov 22, 2022
1 parent 3903e45 commit 8d76ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/app/ui-message/client/message.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ Template.message.helpers({
},
hasOembed() {
const { msg, settings } = this;
// there is no URLs, there is no template to show the oembed (oembed package removed) or oembed is not enable
// there is no URLs, there is no template to show the oembed (oembed package removed) or oembed is not enabled
if (!(msg.urls && msg.urls.length > 0) || !Template.oembedBaseWidget || !settings.API_Embed) {
return false;
}
Expand Down

0 comments on commit 8d76ad0

Please sign in to comment.