From 8d95b8af5d7ab1989e135f7fa7f355bd1113c0f5 Mon Sep 17 00:00:00 2001
From: Pawel Koronkiewicz <36302210+PawelKoronkiewicz@users.noreply.github.com>
Date: Tue, 26 Mar 2019 15:11:58 +0100
Subject: [PATCH] Fixed a link at first Relevant Links section. (#35680)
---
.../caesars-cipher/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guide/english/certifications/javascript-algorithms-and-data-structures/javascript-algorithms-and-data-structures-projects/caesars-cipher/index.md b/guide/english/certifications/javascript-algorithms-and-data-structures/javascript-algorithms-and-data-structures-projects/caesars-cipher/index.md
index 8e841a5c7a..82d4beff6f 100644
--- a/guide/english/certifications/javascript-algorithms-and-data-structures/javascript-algorithms-and-data-structures-projects/caesars-cipher/index.md
+++ b/guide/english/certifications/javascript-algorithms-and-data-structures/javascript-algorithms-and-data-structures-projects/caesars-cipher/index.md
@@ -12,7 +12,7 @@ title: Caesars Cipher
#### Relevant Links
* String.prototype.charCodeAt
-* String.fromCharCode
+* String.fromCharCode
##  Hint: 1