From c003a6fe61edcc95892de57274a279d702009444 Mon Sep 17 00:00:00 2001 From: "Md. Hazzaz Bin Faiz" Date: Sun, 18 Sep 2022 21:52:49 +0600 Subject: [PATCH] Changed transpiring to transpiling --- Days/day05.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Days/day05.md b/Days/day05.md index 105adff..e7907d0 100644 --- a/Days/day05.md +++ b/Days/day05.md @@ -24,7 +24,7 @@ Now once that planning session's done they're going to go start writing the code ### Build -This is where we'll kick off the first of our automation processes because we're going to take their code and we're going to build it depending on what language they're using it may be transpiring it or compiling it or it might be creating a docker image from that code either way we're going to go through that process using our ci cd pipeline +This is where we'll kick off the first of our automation processes because we're going to take their code and we're going to build it depending on what language they're using it may be transpiling it or compiling it or it might be creating a docker image from that code either way we're going to go through that process using our ci cd pipeline ## Testing