From c01430e4bf1786c3a516826a11eddbc1b19f91c7 Mon Sep 17 00:00:00 2001 From: Byron Lanverly Jr Date: Thu, 9 Jun 2022 08:30:13 -0300 Subject: [PATCH] Update stages.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correção ortográfica --- src/models/stages.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/models/stages.js b/src/models/stages.js index ed6f46e..53ad93f 100644 --- a/src/models/stages.js +++ b/src/models/stages.js @@ -16,7 +16,7 @@ var stages = { obj: require("../stages/3"), }, 4: { - descricao: "Enceramento", + descricao: "Encerramento", obj: require("../stages/4"), }, 5: { @@ -25,4 +25,4 @@ var stages = { }, }; -exports.step = stages; \ No newline at end of file +exports.step = stages;