Skip to content

Commit cd109f5

Browse files
committed
Merge pull request codebar#71 from zoodor/patch-4
Add zero-width spaces to enable emphasis to work
2 parents 047daca + 253591e commit cd109f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/lesson4/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Don't forget to move the files for the exercises under your Github page folder.
1414

1515
##What are HTTP Requests?
1616

17-
Every time the browser fetches data from a server (which could be a page, an images, a script etc) it does it using HTTP. HTTP is the **H**yper**T**ext **T**ransport **P**rotocol. The server then gives back a **response**
17+
Every time the browser fetches data from a server (which could be a page, an images, a script etc) it does it using HTTP. HTTP is the **H**​yper​**T**​ext **T**​ransport **P**​rotocol. The server then gives back a **response**
1818

1919
Here is an example of the **GET** requests issued by the [wishlist tutorial](http://codebar.github.io/tutorials/examples/wishlist/index.html).
2020

0 commit comments

Comments
 (0)