Fixed typos
This commit is contained in:
@@ -80,7 +80,7 @@ function Trace(props: Props) {
|
|||||||
<Gamma as="h3">Time-saving</Gamma>
|
<Gamma as="h3">Time-saving</Gamma>
|
||||||
<p>
|
<p>
|
||||||
Turning "Your code failed somewhere, good luck debugging it" into "Your code failed
|
Turning "Your code failed somewhere, good luck debugging it" into "Your code failed
|
||||||
on linen X of contract Y", it drastically improves the developer experience.
|
on line X of contract Y", it drastically improves the developer experience.
|
||||||
</p>
|
</p>
|
||||||
</Copy>
|
</Copy>
|
||||||
<Icon as={TimeSaving} />
|
<Icon as={TimeSaving} />
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ export default {
|
|||||||
title: 'sol-profiler',
|
title: 'sol-profiler',
|
||||||
name: 'profiler',
|
name: 'profiler',
|
||||||
subtitle: 'Gas profiling for Solidity',
|
subtitle: 'Gas profiling for Solidity',
|
||||||
tagline: "Implement data-guided optimizations by profiling your contrat's gas usage",
|
tagline: "Implement data-guided optimizations by profiling your contract's gas usage",
|
||||||
icon: Icon,
|
icon: Icon,
|
||||||
colors: {
|
colors: {
|
||||||
main: '#FF7144',
|
main: '#FF7144',
|
||||||
|
|||||||
Reference in New Issue
Block a user