Skip to content

Commit

Permalink
remove typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Oct 18, 2024
1 parent 67156ac commit b224ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/experimental/globals.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import './experimental';
import '../stable/globals'; // We import this for to remove type errors having to do with the stable and experimental globals
import '../stable/globals'; // We import this to remove type errors having to do with the stable and experimental globals

import { Buffer } from 'buffer';
import * as process from 'process';
Expand Down

0 comments on commit b224ed6

Please sign in to comment.