Skip to content

Commit c6cfe6c

Browse files
committed
[ci skip]docs: Fix typo in guide
1 parent e0f8a60 commit c6cfe6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ request type, request tests are available, making your tests more purposeful.
10231023

10241024
### Testing XHR (AJAX) Requests
10251025

1026-
An AJAX request (Asynchronous Javscript and XML) is a technique where content is
1026+
An AJAX request (Asynchronous JavaScript and XML) is a technique where content is
10271027
fetched from the server using asynchronous HTTP requests and the relevant parts
10281028
of the page are updated without requiring a full page load.
10291029

0 commit comments

Comments
 (0)