From 4760ba747731910c0b7b702a6d089fd3e932ab74 Mon Sep 17 00:00:00 2001 From: Benjamin Goering <171782+gobengo@users.noreply.github.com> Date: Mon, 11 Dec 2023 01:52:19 -0800 Subject: [PATCH] Update test-dsl-syntax.md (#191) --- docs/test-dsl-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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