Skip to content

Commit 14cff58

Browse files
authored
Merge pull request #735 from xiaoxianBoy/fixdevelop
Fix a typo in the "Browser Usage" section in the README
2 parents 95b79a6 + b15b25a commit 14cff58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ var output = translate.prettyPrintLegacyAssemblyJSON(assemblyJSON, sourceCode)
319319
## Browser Usage
320320

321321
Compilation is generally a long-running and resource intensive task that cannot reasonably be performed in the main thread of the browser.
322-
Some browsers even dissallow synchronous compilation on the main thread if the module is larger than 4KB.
322+
Some browsers even disallow synchronous compilation on the main thread if the module is larger than 4KB.
323323
Thus, the only supported way to use `solc` in a web browser is through a [web worker](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers).
324324

325325
### Loading solc with web workers

0 commit comments

Comments
 (0)