Skip to content

Commit

Permalink
fix typo for suporte
Browse files Browse the repository at this point in the history
  • Loading branch information
caio committed Mar 21, 2020
1 parent 60a9d7e commit 0f16f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/suporte/extract.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
unction(page) {
function(page) {
var regex = /<img[^>]*src="([^"]*\/wp-content\/uploads\/[^"]*\/Suporte_[^"]*)"/;
var match = regex.exec(page);
return match[1];
Expand Down

0 comments on commit 0f16f23

Please sign in to comment.