From a1784b7d5586bce883d70b26453181a047ff3ca4 Mon Sep 17 00:00:00 2001 From: Varad Pimpalkhute <35189598+nightlessbaron@users.noreply.github.com> Date: Thu, 24 Dec 2020 16:45:46 +0530 Subject: [PATCH] Update README.md (#5018) Co-authored-by: Jirka Borovec Co-authored-by: Rohit Gupta Co-authored-by: Nicki Skafte (cherry picked from commit 90c1c0f68b4983c685e9d009482890e578800439) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 036ebe7424..cd9eb7cf02 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Lightning disentangles PyTorch code to decouple the science from the engineering Lightning is designed with these principles in mind: Principle 1: Enable maximal flexibility. -Principle 2: Abstract away unecessary boilerplate, but make it accessible when needed. +Principle 2: Abstract away unnecessary boilerplate, but make it accessible when needed. Principle 3: Systems should be self-contained (ie: optimizers, computation code, etc). Principle 4: Deep learning code should be organized into 4 distinct categories.