From 4a42ba9c2b8cf49b10c8d8e2e528f83e36b064c5 Mon Sep 17 00:00:00 2001
From: AyushRaghuvanshi <62144720+AyushRaghuvanshi@users.noreply.github.com>
Date: Fri, 21 Oct 2022 20:55:05 +0530
Subject: [PATCH] Add spring boot resources
Fixed a Typo Spring was written as Sprint
---
.../content/103-java-web-frameworks/101-spring-boot.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/roadmaps/110-java/content/103-java-web-frameworks/101-spring-boot.md b/content/roadmaps/110-java/content/103-java-web-frameworks/101-spring-boot.md
index 4aa4532a2..e6c03facc 100644
--- a/content/roadmaps/110-java/content/103-java-web-frameworks/101-spring-boot.md
+++ b/content/roadmaps/110-java/content/103-java-web-frameworks/101-spring-boot.md
@@ -1,4 +1,4 @@
-# Sprint Boot
+# Spring Boot
Spring Boot is an open source, microservice-based Java web framework. The Spring Boot framework creates a fully production-ready environment that is completely configurable using its prebuilt code within its codebase. The microservice architecture provides developers with a fully enclosed application, including embedded application servers.
@@ -8,4 +8,4 @@ Spring Boot is an open source, microservice-based Java web framework. The Spring
Spring Boot Tutorial
Learn Spring Boot
Spring Boot Tutorial
-Spring Boot for Beginners
\ No newline at end of file
+Spring Boot for Beginners