From eb5b227609c9ac9544f03f2a17b7d1ebee68b6c0 Mon Sep 17 00:00:00 2001 From: Christian Westgaard Date: Tue, 8 Oct 2024 13:43:20 +0200 Subject: [PATCH] your --- docs/examples/singlePageReactWebapp.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/singlePageReactWebapp.adoc b/docs/examples/singlePageReactWebapp.adoc index c36bbc5..2f0d964 100644 --- a/docs/examples/singlePageReactWebapp.adoc +++ b/docs/examples/singlePageReactWebapp.adoc @@ -5,7 +5,7 @@ Image you already have a React web-application, and you want to serve it from En Here are the steps to do that: . Setup a Enonic XP project. -. Depend on lib-static in you build.gradle file. +. Depend on lib-static in your build.gradle file. . Make sure the React application is built and the output is put somewhere under `build/resources/main`. . Create a webapp controller `src/main/resources/webapp/webapp.ts` that uses lib-static to serve the React application.