From 7188b6387df733e1c9dd44728c2329341cdc65be Mon Sep 17 00:00:00 2001 From: Dony Unardi Date: Thu, 5 Oct 2023 13:42:10 -0700 Subject: [PATCH] Update vignettes/blueprint/actors.Rmd Co-authored-by: Aleksander Chlebowski <114988527+chlebowa@users.noreply.github.com> Signed-off-by: Dony Unardi --- vignettes/blueprint/actors.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/blueprint/actors.Rmd b/vignettes/blueprint/actors.Rmd index aacc5c8cd2..3f73c3aa55 100644 --- a/vignettes/blueprint/actors.Rmd +++ b/vignettes/blueprint/actors.Rmd @@ -71,7 +71,7 @@ Several factors influence the scope and requirements for building a `teal` modul When creating a reusable `teal` module, it's advisable to focus on making it as general and adaptable as feasible to maximize the possibilities of being re-used in the future. However, developers have the freedom to create a `teal` module that is customized to suit the specific demands of a project. -Ultimately, one or more `teal` modules are employed to construct the `teal` app. +Ultimately, one or more `teal` modules are employed to construct a `teal` app. To learn more about creating custom modules follow the [Tutorial on Creating a Custom Module](https://insightsengineering.github.io/teal/latest-tag/articles/creating-custom-modules.html).