Skip to content

Commit 4ce54fb

Browse files
committed
Fixed typo in URLs chapter.
1 parent 6609a85 commit 4ce54fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

django_urls/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
We're about to build our first webpage -- a homepage for your blog! But first, let's learn a little bit about Django urls.
44

5-
## What is an URL?
5+
## What is a URL?
66

7-
An URL is simply a web address, you can see a URL every time you visit any website - it is visible in your browser's address bar (yes! `127.0.0.1:8000` is a URL! And http://djangogirls.com is also a URL):
7+
A URL is simply a web address, you can see a URL every time you visit any website - it is visible in your browser's address bar (yes! `127.0.0.1:8000` is a URL! And http://djangogirls.com is also a URL):
88

99
![Url](images/url.png)
1010

0 commit comments

Comments
 (0)