From 6feda1badb137eb64f86124c494a0cecd31cb499 Mon Sep 17 00:00:00 2001 From: Val Lipat Date: Tue, 4 Jun 2019 22:52:52 +0800 Subject: [PATCH] Improve capitalization (#36166) --- .../basic-css/add-rounded-corners-with-border-radius.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-css/add-rounded-corners-with-border-radius.english.md b/curriculum/challenges/english/01-responsive-web-design/basic-css/add-rounded-corners-with-border-radius.english.md index 62bb4e9842..84442853d2 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-css/add-rounded-corners-with-border-radius.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-css/add-rounded-corners-with-border-radius.english.md @@ -13,7 +13,7 @@ Your cat photo currently has sharp corners. We can round out those corners with ## Instructions
You can specify a border-radius with pixels. Give your cat photo a border-radius of 10px. -Note: this challenge allows for multiple possible solutions. For example, you may add border-radius to either the .thick-green-border class or the .smaller-image class. +Note: This challenge allows for multiple possible solutions. For example, you may add border-radius to either the .thick-green-border class or the .smaller-image class.
## Tests