Skip to content

Commit f1f6ba7

Browse files
authored
Fix incorrect comment keys in clients json. (#2273)
1 parent 57f1369 commit f1f6ba7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data/clients.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,13 +237,13 @@
237237
},
238238
{
239239
"name": "docker-nginx",
240-
"comment": "Chinese language",
240+
"comments": "Chinese language",
241241
"url": "https://hub.docker.com/r/xiaojun207/nginx",
242242
"category": "Docker"
243243
},
244244
{
245245
"name": "docker-openresty",
246-
"comment": "Chinese language",
246+
"comments": "Chinese language",
247247
"url": "https://hub.docker.com/r/xiaojun207/openresty",
248248
"category": "Docker"
249249
},

0 commit comments

Comments
 (0)