From 87f11465b30260c6f4ae7bf1964be3b55bd67d23 Mon Sep 17 00:00:00 2001 From: Gabriel Ratcliff Date: Tue, 25 Jun 2019 10:13:06 -0700 Subject: [PATCH] copy edit --- lib/swagger.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/swagger.js b/lib/swagger.js index 2ec4b1947..9dda63c8d 100644 --- a/lib/swagger.js +++ b/lib/swagger.js @@ -29,7 +29,7 @@ exports.run = function({ args, opts }) { function success(data) { const msg = data.headers.location - ? `You've successfully uploaded a new swagger file to your Readme project! See what was imported here: ${data.headers.location}` + ? `You've successfully uploaded a new swagger file to your ReadMe project! See what was imported here: ${data.headers.location}` : 'Success!'; console.log(msg.green);