Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenreda committed Nov 13, 2023
1 parent dfe9bd6 commit 13735f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ async function _projectSearch(query, category) {
actionDiv.classList.add("action");

var actionSpan = document.createElement("span");
actionSpan.textContent = "Ver projecto";
actionSpan.textContent = "Ver proyecto";

var arrowImage = document.createElement("img");
arrowImage.setAttribute("src", "/assets/img/arrow-right.svg");
Expand Down

0 comments on commit 13735f5

Please sign in to comment.