From 7090e13e4693a2fe69ffb53774ee75c4ff801397 Mon Sep 17 00:00:00 2001 From: GoodDaisy <90915921+GoodDaisy@users.noreply.github.com> Date: Tue, 31 Oct 2023 08:08:32 +0800 Subject: [PATCH 1/8] chore: fix typo (#32) --- halo2-lib-js/readme.md | 4 ++-- halo2-repl/components/TxNotification.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/halo2-lib-js/readme.md b/halo2-lib-js/readme.md index 32f9023..40abedd 100644 --- a/halo2-lib-js/readme.md +++ b/halo2-lib-js/readme.md @@ -14,7 +14,7 @@ or use your favorite package manager (npm, yarn, etc.). ## Setting up the `CircuitScaffold` -The `halo2-wasm` package already has an abstract `CircuitScaffold` that must implemented. Here is an example using `Halo2LibWasm` and `Halo2CircuitRunner`: +The `halo2-wasm` package already has an abstract `CircuitScaffold` that must be implemented. Here is an example using `Halo2LibWasm` and `Halo2CircuitRunner`: ### Web @@ -74,4 +74,4 @@ export class JsCircuitScaffold extends CircuitScaffold { } } -``` \ No newline at end of file +``` diff --git a/halo2-repl/components/TxNotification.tsx b/halo2-repl/components/TxNotification.tsx index bc80979..78c1e5b 100644 --- a/halo2-repl/components/TxNotification.tsx +++ b/halo2-repl/components/TxNotification.tsx @@ -32,7 +32,7 @@ export default function Example(props: { title: string, link: string }) {