From 90577507276b8fcb18c9c49b467304bec719c234 Mon Sep 17 00:00:00 2001 From: Evgeny Klimenchenko Date: Sun, 18 Apr 2021 10:54:17 +0100 Subject: [PATCH] fix(curriculum): Fix a type `in line` -> `inline` in basic css challenge (#41847) --- .gitignore | 3 +++ .../override-class-declarations-with-inline-styles.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 71c7b4895c..27070638e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ ### VisualStudioCode ### .vscode/* +### WebStorm ### +.idea/* + ### VisualStudioCode Patch ### # Ignore all local history of files diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-css/override-class-declarations-with-inline-styles.md b/curriculum/challenges/english/01-responsive-web-design/basic-css/override-class-declarations-with-inline-styles.md index d56ccaa2e1..b74bc03043 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-css/override-class-declarations-with-inline-styles.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-css/override-class-declarations-with-inline-styles.md @@ -15,7 +15,7 @@ There are other ways that you can override CSS. Do you remember inline styles? # --instructions-- -Use an inline style to try to make our `h1` element white. Remember, in line styles look like this: +Use an inline style to try to make our `h1` element white. Remember, inline styles look like this: ```html