From 0a7749818e1fbe844ce7ae0fc4202a6d075a2a0f Mon Sep 17 00:00:00 2001 From: Cremesis Date: Thu, 12 May 2022 10:12:22 +0200 Subject: [PATCH] Update working_with_javascript_in_rails.md --- guides/source/working_with_javascript_in_rails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/working_with_javascript_in_rails.md b/guides/source/working_with_javascript_in_rails.md index 1a4377ed80d..bcc86803c38 100644 --- a/guides/source/working_with_javascript_in_rails.md +++ b/guides/source/working_with_javascript_in_rails.md @@ -274,5 +274,5 @@ trigger it on submit. For example: This generates: ```html -Delete post +Delete post ```