Skip to content

Commit 17d369f

Browse files
authored
Typo: "an" -> "a" (#231)
1 parent acfa3b0 commit 17d369f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/views-and-templates/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The typical workflow of a server-rendered application in AdonisJS looks as follo
1010

1111
- Choose a template engine to render HTML dynamically.
1212
- Use [Vite](../basics/vite.md) for bundling CSS and frontend JavaScript.
13-
- Optionally, you can opt for libraries like [HTMX](https://htmx.org/) or [Unpoly](https://unpoly.com/) to progressively enhance your application and navigate like an SPA.
13+
- Optionally, you can opt for libraries like [HTMX](https://htmx.org/) or [Unpoly](https://unpoly.com/) to progressively enhance your application and navigate like a SPA.
1414

1515
:::note
1616
The AdonisJS core team has created a framework-agnostic template engine called [Edge.js](https://edgejs.dev) but does not force you to use it. You can use any other template engine you would like inside an AdonisJS application.

0 commit comments

Comments
 (0)