Reorder examples slightly

Text Templates should come right after String Formatting
This commit is contained in:
Eli Bendersky
2022-02-11 06:19:37 -08:00
parent 0751f43b3a
commit 1fa5cff95c
6 changed files with 12 additions and 12 deletions

2
public/json generated
View File

@@ -9,7 +9,7 @@
onkeydown = (e) => {
if (e.key == "ArrowLeft") {
window.location.href = 'text-templates';
window.location.href = 'regular-expressions';
}