Skip to content

Commit 1949ba5

Browse files
authored
Fix grammar typo in sentence.
1 parent 0df09dd commit 1949ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/working_with_javascript_in_rails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ NOTE: This token is required by Rails to prevent Cross-Site Request Forgery (CSR
329329
of adding the request headers that are required by Rails. Just
330330
import the `FetchRequest` class from the package and instantiate it
331331
passing the request method, url, options, then call `await request.perform()`
332-
and do what do you need with the response.
332+
and do what you need with the response.
333333

334334
For example:
335335

0 commit comments

Comments
 (0)