Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
diegosardina authored Nov 13, 2024
1 parent 077dd7a commit 60e4e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion best-practices/en/dynamic-snippets.texy
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function handleLike(int $articleId): void
$this->ratingService->saveLike($articleId, $this->user->id);
if ($this->isAjax()) {
$this->redrawControl('articlesContainer');
// $this->redrawControl('article-' . $articleId); -- není potřeba
// $this->redrawControl('article-' . $articleId); -- not needed
} else {
$this->redirect('this');
}
Expand Down

0 comments on commit 60e4e63

Please sign in to comment.