Skip to content

Commit 52a6650

Browse files
committed
changes based on comments
1 parent c39141d commit 52a6650

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

src/content/Competitive.tsx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ export const competitiveArray: PageContent[] = [
6868
content: (
6969
<>
7070
We cannot directly measure the formation of <AD /> (which is why
71-
it's shown in grey). To figure out how strongly <B /> binds to{" "}
72-
<A /> we're going to keep track of how adding more <D />{" "}
73-
decreases the formation of <AB />.
71+
it's shown in grey). To figure out how strongly <D /> binds to{" "}
72+
<A /> we're going to keep track of how adding more <D /> affects
73+
the amount of <AB /> formed.
7474
</>
7575
),
7676
layout: LayoutType.LiveSimulation,
@@ -89,7 +89,7 @@ export const competitiveArray: PageContent[] = [
8989
content: (
9090
<>
9191
We cannot directly measure the formation of <AD /> (which is why
92-
it's shown in grey). To figure out how strongly <B /> binds to{" "}
92+
it's shown in grey). To figure out how strongly <D /> binds to{" "}
9393
<A /> we're going to keep track of how adding more <D /> affects
9494
the amount of <AB /> formed.
9595
</>
@@ -112,7 +112,8 @@ export const competitiveArray: PageContent[] = [
112112
<>
113113
We are starting with [<D />] = 0, so the <AB /> complex is able
114114
to form without any inhibition. This will be our baseline for
115-
the max amount of <AB /> that can form at these concentrations.{" "}
115+
the maximum amount of <AB /> that can form at these
116+
concentrations.{" "}
116117
</>
117118
),
118119
callToAction: (
@@ -152,7 +153,7 @@ export const competitiveArray: PageContent[] = [
152153
title: "Repeating the experiment",
153154
content: (
154155
<>
155-
We want to understand the affect <D /> has on the formation of{" "}
156+
We want to understand the effect <D /> has on the formation of{" "}
156157
<AB />. Let’s repeat the experiment with a new concentration of{" "}
157158
<D />. We will keep the concentration of <A /> and <B />{" "}
158159
constant.

0 commit comments

Comments
 (0)