From 0edbe25fe61de72935303cdeb0a0447664492f9d Mon Sep 17 00:00:00 2001 From: Nebojsa_97 <61622651+NebojsaStrbac997@users.noreply.github.com> Date: Wed, 3 May 2023 16:23:59 +0200 Subject: [PATCH] Update README.md Co-authored-by: Roman Blanco <1187051+romanblanco@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7526d648..465f1c91 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ Also note that the examples generated with __run_test!__ are tagged with the `:r ### date-time in query parameters -Input that is being sent in querys of rspec tests is html safe. That includes date-time strings. It was solved in this [`pr`](https://github.com/rswag/rswag/pull/621). Here is an example test: +Input sent in queries of Rspec tests is HTML safe, including date-time strings. ```ruby parameter name: :date_time, in: :query, type: :string