Skip to content

Commit 0ce8850

Browse files
authored
chore: fix some typos in comment (#1850)
Signed-off-by: slicesequal <[email protected]>
1 parent caf9f50 commit 0ce8850

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/hyperdrive-trading/src/ui/hyperdrive/lp/AddLiquidityForm/AddLiquidityForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export function AddLiquidityForm({
144144
// For example, if the fixed rate is at 10%, the minApr would be set to 9.5%
145145
// and the maxApr would be set to 10.5%.
146146
// fixed rate @ 10% = .1
147-
// rate gaurd @ 5% = 0.05
147+
// rate guard @ 5% = 0.05
148148
// minApr = .1 * (1 - .05)
149149
// maxApr = .1 * (1 + .05)
150150
const { fixedApr } = useFixedRate({

apps/hyperdrive-trading/src/ui/hyperdrive/shorts/OpenShortForm/OpenShortForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ export function OpenShortForm({
395395
</div>
396396
}
397397
primaryStats={
398-
// TOOD: Make this it's own component, OpenShortStats
398+
// TODO: Make this it's own component, OpenShortStats
399399
<div className="flex flex-col gap-4 py-8">
400400
<div className="flex w-full justify-between px-4">
401401
<PrimaryStat

apps/hyperdrive-trading/vite.config.build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { defineConfig } from "vite";
44
import { nodePolyfills } from "vite-plugin-node-polyfills";
55
import tsconfigPaths from "vite-tsconfig-paths";
66

7-
// We need this seperate configuration for this problem
7+
// We need this separate configuration for this problem
88
// https://github.com/wevm/wagmi/discussions/2248
99
export default defineConfig({
1010
base: process.env.VITE_BASE_PATH ?? "/",

0 commit comments

Comments
 (0)