Skip to content

Commit f5a7bc3

Browse files
committed
docs: fix Claude Code typos
1 parent 53b8639 commit f5a7bc3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Pre-built binaries are available for:
190190

191191
```bash
192192
# Clone the repository
193-
git clone https://github.com/aspect-dev/oxc-angular-compiler.git
193+
git clone https://github.com/voidzero-dev/oxc-angular-compiler.git
194194
cd oxc-angular-compiler
195195

196196
# Install dependencies

napi/angular-compiler/benchmarks/bitwarden/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The `vite.config.ts` includes:
9898

9999
| Aspect | Vite/OXC | Webpack/@ngtools |
100100
| ---------------- | ------------------- | ----------------------------- |
101-
| Bundler | Vite (esbuild) | Webpack |
101+
| Bundler | Vite (Rolldown) | Webpack |
102102
| Angular Compiler | OXC (Rust) | @ngtools/webpack (TypeScript) |
103103
| CSS Processing | Vite's CSS pipeline | MiniCssExtractPlugin |
104104
| Source Maps | Vite native | Webpack devtool |

napi/angular-compiler/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2535,7 +2535,7 @@ pub struct OptimizeResult {
25352535
/// # Example
25362536
///
25372537
/// ```typescript
2538-
/// import { optimizeAngularPackageSync } from '@aspect/angular-compiler';
2538+
/// import { optimizeAngularPackageSync } from '@voidzero-dev/angular-compiler';
25392539
///
25402540
/// const result = optimizeAngularPackageSync(
25412541
/// `let MyComponent = class MyComponent {};

0 commit comments

Comments
 (0)