Fixed typo (#12107)

This commit is contained in:
Muhammad Abdullah Haider
2025-04-07 21:47:59 +05:00
committed by GitHub
parent 6c6c3dec9f
commit 65b5beb59c

View File

@@ -868,7 +868,7 @@ curl -X POST 'http://localhost:9000/vendors' \
"name": "Acme",
"handle": "acme",
"admin": {
"email": "vendor@example.com,
"email": "vendor@example.com",
"first_name": "Admin",
"last_name": "Acme"
}