diff options
author | August Skare <post@augustskare.no> | 2018-10-25 20:14:47 +0800 |
---|---|---|
committer | August Skare <post@augustskare.no> | 2018-10-25 20:15:47 +0800 |
commit | fb24a18f3faa99736562e363e68fe077f56d760a (patch) | |
tree | 17577b5b1d78fd4b19db4b103e8500ef9cf189f1 /packages/dev-tools-pages/ts/pages/Cov.tsx | |
parent | 1899493ca89d9d357d7a7641eabe2b49e9e31c32 (diff) | |
download | dexon-sol-tools-fb24a18f3faa99736562e363e68fe077f56d760a.tar dexon-sol-tools-fb24a18f3faa99736562e363e68fe077f56d760a.tar.gz dexon-sol-tools-fb24a18f3faa99736562e363e68fe077f56d760a.tar.bz2 dexon-sol-tools-fb24a18f3faa99736562e363e68fe077f56d760a.tar.lz dexon-sol-tools-fb24a18f3faa99736562e363e68fe077f56d760a.tar.xz dexon-sol-tools-fb24a18f3faa99736562e363e68fe077f56d760a.tar.zst dexon-sol-tools-fb24a18f3faa99736562e363e68fe077f56d760a.zip |
fix dom elements type in intro
Diffstat (limited to 'packages/dev-tools-pages/ts/pages/Cov.tsx')
-rw-r--r-- | packages/dev-tools-pages/ts/pages/Cov.tsx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/dev-tools-pages/ts/pages/Cov.tsx b/packages/dev-tools-pages/ts/pages/Cov.tsx index 679cf6f62..743b990df 100644 --- a/packages/dev-tools-pages/ts/pages/Cov.tsx +++ b/packages/dev-tools-pages/ts/pages/Cov.tsx @@ -17,9 +17,11 @@ function Cov() { <Base context={context}> <Intro> <IntroLead title="Measure your tests"> - When it comes to writing smart contracts, testing is one of the most important steps of the process. - In order to quantify the robustness of your Solidity testing suite, you need to measure its code - coverage. + <p> + When it comes to writing smart contracts, testing is one of the most important steps of the + process. In order to quantify the robustness of your Solidity testing suite, you need to measure + its code coverage. + </p> </IntroLead> <IntroAside> <Code |