Skip to content

Commit 0dfb3a2

Browse files
authored
Merge pull request #1704 from das-g/fix-grammar
fix grammar: "as follow" -> "as follows", add articles, minor rephrasing
2 parents b3a6fef + 11e71b5 commit 0dfb3a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

en/django_forms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Before we add the link, we need some icons to use as buttons for the link. For t
4848

4949
> Note: To download the SVG image, open the context menu on the link (usually by right-clicking on it) and select "Save link as". In the dialog asking you where to save the file, navigate to the `djangogirls` directory of your Django project, and within that to subdirectory `blog/templates/blog/icons/`, and save the file there.
5050
51-
It's time to open `blog/templates/blog/base.html` in the code editor. Now we can use this icon file inside the base template as follow. In the `div` element inside `header` section, we will add a link before the `h1` element:
51+
It's time to open `blog/templates/blog/base.html` in the code editor. Now we can use this icon file inside the base template as follows. In the `div` element inside `header` section, we will add a link before the `h1` element:
5252

5353
{% filename %}blog/templates/blog/base.html{% endfilename %}
5454
```html

en/html/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Here's an example of a full template, copy and paste it into `blog/templates/blo
152152
We've created one `header` section and two `article` section here.
153153

154154
- The `header` element contains the title of our blog – it's a heading and a link
155-
- Another two `article` elements contain our blog posts with a published date in `time` element, `h2` with a post title that is clickable and a `p` (paragraph) of text for our blog post.
155+
- Another two `article` elements contain our blog posts with a published date in a `time` element, a `h2` element with a post title that is clickable and a `p` (paragraph) element for text of our blog post.
156156

157157
It gives us this effect:
158158

0 commit comments

Comments
 (0)