Skip to content

Commit 2187303

Browse files
committed
docs: tasks typo fix
1 parent 1f24042 commit 2187303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ In `<p>` tag add the following:
245245
## 4.8 - Show Jobs Macro For Loop Body
246246

247247
@pytest.mark.show-jobs-macro-for-loop-body In the body of the `for` loop add a `<div>` with two classes `column` and `is-half`.
248-
- In this `column` `<div>` add a call to the `show_job` macro passing in a individual `job` from the `for` loop.
248+
- In this `column` `<div>` add a call to the `show_job` macro passing in an individual `job` from the `for` loop.
249249

250250
## 4.9 - Import Macros
251251

@@ -257,7 +257,7 @@ In `<p>` tag add the following:
257257

258258
## 4.10 - Import Macros
259259

260-
@pytest.mark.import-macros Copy the HTML structure of the `index.html` from `templates.html`. Paste in the new block replacing the existing `content` block.
260+
@pytest.mark.import-macros Copy the HTML structure of the `index.html` file from `templates.html`. Paste in the new block replacing the existing `content` block.
261261

262262
## 4.11 - Display All Jobs
263263

0 commit comments

Comments
 (0)