Skip to content

Commit affb861

Browse files
committed
solve quote error
1 parent 7a66eec commit affb861

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

web/src/app/page.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,16 @@ module.exports = {
106106
</p>
107107
<p className="mt-4">
108108
Since spring easings often have long settling periods, the perceptual
109-
duration isn't used as the actual animation duration. Instead, the real
110-
duration is calculated based on the spring-bounce-* value.
109+
duration isn{"'"}t used as the actual animation duration. Instead, the
110+
real duration is calculated based on the spring-bounce-* value.
111111
</p>
112112
<h2 className="mt-8 text-xl font-bold tracking-tight">More info</h2>
113113
<p className="mt-4">
114114
This plugin was created by{" "}
115115
<a href="https://x.com/k_grajeda" className="underline">
116116
Kevin Grajeda
117117
</a>
118-
. It's open source, available on{" "}
118+
. It{"'"}s open source, available on{" "}
119119
<a
120120
href="github.com/kevingrajeda/tailwindcss-spring"
121121
className="underline"
@@ -129,6 +129,7 @@ module.exports = {
129129
<a href="https://www.kvin.me/css-springs" className="underline">
130130
CSS spring easing generator
131131
</a>
132+
.
132133
</p>
133134
<p className="mt-4">
134135
A special thanks to{" "}
@@ -149,7 +150,7 @@ module.exports = {
149150
>
150151
his code
151152
</a>{" "}
152-
to calculate the spring easing
153+
for spring calculations.
153154
</p>
154155
</main>
155156
);

0 commit comments

Comments
 (0)