docs(expo): fix the description for the expo update republish option (#22713)

This commit is contained in:
Joe Flateau 2024-04-11 10:51:04 -04:00 committed by GitHub
parent a2167648f7
commit 4360a0b460
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
},
"republish": {
"type": "boolean",
"description": "Enable JSON output, non-JSON messages will be printed to stderr",
"description": "Republish a previous update within a branch",
"default": false
},
"group": { "type": "string", "description": "Update group to republish" },

View File

@ -28,7 +28,7 @@
},
"republish": {
"type": "boolean",
"description": "Enable JSON output, non-JSON messages will be printed to stderr",
"description": "Republish a previous update within a branch",
"default": false
},
"group": {