소스 검색

Fix JSON trailing comma

Miguel San Segundo 2 년 전
부모
커밋
f9982fb49b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      blank-canvas-3/theme.json

+ 1 - 1
blank-canvas-3/theme.json

@@ -304,5 +304,5 @@
 		}
 	],
 	"version": 2,
-	"$schema": "https://schemas.wp.org/wp/6.1/theme.json"
+	"$schema": "https://schemas.wp.org/wp/6.1/theme.json",
 }