mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): wrap words in backticks in English course (#56103)
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ dashedName: task-23
|
||||
|
||||
# --description--
|
||||
|
||||
So far you have learned how to create questions with the verb to be. In sentences with the verb `to be` (am, is, are) you just have to change the order of the noun and the verb to create a question. Like this:
|
||||
So far you have learned how to create questions with the verb `to be`. In sentences with the verb `to be` (am, is, are) you just have to change the order of the noun and the verb to create a question. Like this:
|
||||
|
||||
`You are a developer` -> `Are you a developer?`
|
||||
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ Which sentence is correct for describing one place near you?
|
||||
|
||||
### --feedback--
|
||||
|
||||
`There are` is used for plural nouns, and `bank` is singular. You’ll learn about there are in the next few lessons.
|
||||
`There are` is used for plural nouns, and `bank` is singular. You’ll learn about `there are` in the next few lessons.
|
||||
|
||||
---
|
||||
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ dashedName: task-112
|
||||
|
||||
# --description--
|
||||
|
||||
To elaborate a question using `there is` you just need to change the order of the verb to be, like so:
|
||||
To elaborate a question using `there is` you just need to change the order of the verb `to be`, like so:
|
||||
|
||||
`There is an ATM nearby` -> `Is there an ATM nearby?`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user