From 1882f433eca18950575172811c6db82dd75c6ca4 Mon Sep 17 00:00:00 2001 From: Shivaraj B H Date: Fri, 21 Jun 2024 00:17:54 +0530 Subject: [PATCH] chore: reword Co-authored-by: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> --- doc/custom-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/custom-service.md b/doc/custom-service.md index 1ea94c2f..ebbbd872 100644 --- a/doc/custom-service.md +++ b/doc/custom-service.md @@ -2,7 +2,7 @@ When using `services-flake` you are not just limited to the [[services|builtin services]]. You can also define your own service. -By default, the services provided in `services-flake` support multiple instances, allowing you to run several instances of the same service simultaneously. However, you also have the option to create custom single-instance services. In the following sections, we’ll explore how to define custom services of both types. +By default, `services-flake` supports multiple instances for each service, allowing you to run several instances of the same service simultaneously. However, you also have the option to create custom single-instance services. In the following sections, we’ll explore how to define custom services of both types. {#single-instance} ## Single instance service