From ef452e678a79085f95bea753fdf42352f9e6aebf Mon Sep 17 00:00:00 2001 From: xxDeveloper <77380166+Murtatrxx@users.noreply.github.com> Date: Fri, 4 Aug 2023 19:50:29 +0300 Subject: [PATCH] fix: Unterminated JSX tag --- docs/guide/walkthrough/services.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/walkthrough/services.md b/docs/guide/walkthrough/services.md index fd3e931fe..5666cf004 100644 --- a/docs/guide/walkthrough/services.md +++ b/docs/guide/walkthrough/services.md @@ -79,6 +79,7 @@ const logger = Service('@sern/logger'); await makeDependencies() ``` + - Services can only be used after sern has made dependencies. - Calling a service before will crash your application.