Skip to content

Commit ba1e8ba

Browse files
authored
Update index.html
1 parent e881e08 commit ba1e8ba

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<meta name="theme-color" content="#000000">
100100
<script type="application/ld+json">
101101
{
102-
"@context": "https://schema.org",
102+
"@context": "http://schema.org",
103103
"@type": "webSite",
104104
"name": "Home of Basic Geometry",
105105
"about": {
@@ -186,7 +186,7 @@
186186
"telephone": "+36305075125",
187187
"url": "https://www.x.com/gmac4247"
188188
},
189-
"copyrightNotice": "All rights reserved." ,
189+
"copyrightNotice": "All rights reserved.",
190190
"copyrightYear": "2020",
191191
"creator": {
192192
"@type": "Person",
@@ -233,7 +233,7 @@
233233
"target": "https://basic-geometry.github.io",
234234
"mathExpression-input": "required square_side=5_Area=?",
235235
"mathExpression-output": "Area = side * side = side^2",
236-
"about": "The area of a rectangle equals the multiplied product of its width and length. If those are equal, its area is the square value of its side length.",
236+
"about": "The area of a rectangle is the product of its width and length. If those are equal, its area is the square value of its side length.",
237237
"abstract": "A rectangle is a 2 dimensional plane shape with 2 perpendicular pairs of parallel straight sides. If those are equal that is a square.",
238238
"educationalLevel": "basic",
239239
"keywords": "width height, rectangle area, square area, geometry",
@@ -249,7 +249,7 @@
249249
"target": "https://basic-geometry.github.io",
250250
"mathExpression-input": "required cube_edge=5_Volume=?",
251251
"mathExpression-output": "Volume = edge * edge * edge = edge^3",
252-
"about": "The volume of a cuboid equals the multipled product of width, length and height. If those are equal, its volume equals the cubic value of its edge length.",
252+
"about": "The volume of a cuboid is the product of width, length and height. If those are equal, its volume equals the cubic value of its edge length.",
253253
"abstract": "A cuboid is a 3 dimensional solid shape with 3 perpendicular pairs of parallel straight edges. If those are equal that is a cube.",
254254
"educationalLevel": "basic",
255255
"keywords": "width height length, cuboid volume, cube volume, geometry",
@@ -1106,7 +1106,7 @@ <h3 itemprop="name" style="margin:7px">Area of a Square</h3>
11061106
A square is a rectangle with equal width and length.
11071107
<br>
11081108
<br>
1109-
The area of a rectangle equals the multiplied product of its width and length.
1109+
The area of a rectangle is the product of its width and length.
11101110
<br>
11111111
If the width of the rectangle is equal to its length, its area is the square value of its side length.
11121112
</p>
@@ -1148,7 +1148,7 @@ <h3 itemprop="name" style="margin:7px">Volume of a Cube</h3>
11481148
If those are equal that is a cube.
11491149
<br>
11501150
<br>
1151-
The volume of a cuboid equals the multipled product of width, length and height.
1151+
The volume of a cuboid is the product of width, length and height.
11521152
<br>
11531153
If those are equal, its volume equals the cubic value of its edge length.
11541154
<br>
@@ -1813,7 +1813,7 @@ <h3 itemprop="name" style="margin:7px">Area of a Triangle</h3>
18131813
<p itemprop="description" style="margin:12px">The area of a triangle equals half of the area of a rectangle with a width equal to the base of the triangle and length equal to the height of the triangle.
18141814
<br>
18151815
<br>
1816-
The base of a triangle multiplied by its height equals to a rectangle with twice the area of the triangle.
1816+
The base of a triangle multiplied by its height equals a rectangle with twice the area of the triangle.
18171817
<br>
18181818
<br>
18191819
The square root of half of the area of the rectangle is the side length of the theoretical square that has the same area as the triangle.

0 commit comments

Comments
 (0)