From 5cc371f488e856f51f27d2ebd008600f7feb0216 Mon Sep 17 00:00:00 2001 From: Ian MacLeod Date: Wed, 15 Jun 2016 12:48:50 -0700 Subject: [PATCH] Better notes about failed deployments --- typings/react-native-code-push.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/react-native-code-push.d.ts b/typings/react-native-code-push.d.ts index 99e2bbe..852d35d 100644 --- a/typings/react-native-code-push.d.ts +++ b/typings/react-native-code-push.d.ts @@ -369,7 +369,7 @@ declare namespace CodePush { */ enum DeploymentStatus { /** - * The deployment failed. + * The deployment failed (and was rolled back). */ FAILED,