diff --git a/docs/test-dsl-syntax.md b/docs/test-dsl-syntax.md index 480a162ef..3fb6ad797 100644 --- a/docs/test-dsl-syntax.md +++ b/docs/test-dsl-syntax.md @@ -1,6 +1,6 @@ # Test DSL syntax -Test cases are written in Domain Specific Language (DLS) based on Golang. +Test cases are written in Domain Specific Language (DSL) based on Golang. It is a vanilla GO with helper functions for common operations plus the simplified string templates described below, which aim to improve readability