Skip to content

Commit 7097582

Browse files
committed
*Oops*
1 parent 6ab4e87 commit 7097582

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pages/validators/properties.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import Validator from "../../components/Validator";
44

55
const TomlValidator: NextPage = () => (
66
<Validator
7-
language={"Toml"}
8-
lang={"toml"}
7+
language={"Properties"}
8+
lang={"properties"}
99
parser={(config) => {
1010
let configObject: any = {};
1111
try {

pages/validators/yaml.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import Validator from "../../components/Validator";
44

55
const TomlValidator: NextPage = () => (
66
<Validator
7-
language={"Toml"}
8-
lang={"toml"}
7+
language={"Yaml"}
8+
lang={"yaml"}
99
parser={(config) => {
1010
let configObject;
1111
try {

0 commit comments

Comments
 (0)