Skip to content

Commit e961b98

Browse files
committed
final commit to change build to built
1 parent a871a1b commit e961b98

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

concepts/template-strings/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# About
22

33
In JavaScript, _template strings_ allows for embedding expressions in strings, also referred to as string interpolation.
4-
This functionality extends the functionality of the build in [`String`][string-reference] global object.
4+
This functionality extends the functionality of the built in [`String`][string-reference] global object.
55

66
You can create template strings in javascript by wrapping text in backticks.
77
They not only allow the text to include new lines and other special characters, you can also embed variables and other expressions.

concepts/template-strings/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Introduction
22

33
In JavaScript, _template strings_ allows for embedding expressions in strings, also referred to as string interpolation.
4-
This functionality extends the functionality of the build in [`String`][string-reference] global object.
4+
This functionality extends the functionality of the built in [`String`][string-reference] global object.
55

66
You can create template strings in javascript by wrapping text in backticks.
77
They not only allow the text to include new lines and other special characters, you can also embed variables and other expressions.

exercises/concept/custom-signs/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Introduction
22

33
In JavaScript, _template strings_ allows for embedding expressions in strings, also referred to as string interpolation.
4-
This functionality extends the functionality of the build in [`String`][string-reference] global object.
4+
This functionality extends the functionality of the built in [`String`][string-reference] global object.
55

66
You can create template strings in javascript by wrapping text in backticks.
77
They not only allow the text to include new lines and other special characters, you can also embed variables and other expressions.

0 commit comments

Comments
 (0)