Skip to content

Commit dc5d8d9

Browse files
authored
Update questions.md
Fixed typo
1 parent 628ee96 commit dc5d8d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

versioned_docs/version-v2/faq/questions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ All the non-Textwire specific parts of the text file are not parsed as HTML, XML
2222
That's why Textwire is fast and efficient, as it only parses the parts that are necessary and leaves the rest as is.
2323

2424
## Is Textwire a templating engine?
25-
Textwire is not exactly a templating engine. It is a Domain-specific language (DTO) written in Go. It is designed to be used with Go programs to provide elegant and easy to use syntax for working with front-end. It's a good alternative to other templating engines for Go since it's performant and optimized.
25+
Textwire is not exactly a templating engine. It is a Domain-specific language (DSL) written in Go. It is designed to be used with Go programs to provide elegant and easy to use syntax for working with front-end. It's a good alternative to other templating engines for Go since it's performant and optimized.
2626

2727
## Why it's best to prevent visitors of your site from seeing the result of the function output when an error occurs?
2828
When an error occurs in your function, the output may be incorrect or misleading. Displaying this faulty output to users can result in confusing information, broken layouts, or even unintentionally exposing sensitive data.

0 commit comments

Comments
 (0)