aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSaadSurya <saadsurya@hotmail.com>2017-08-07 19:53:56 +0800
committerGitHub <noreply@github.com>2017-08-07 19:53:56 +0800
commit8a9f62842d98f81523b7b3d64ad2af041160ac81 (patch)
treeca5acf881b351d3682726d36d47c335c9612e42e /docs
parent212454a96bc3ec0bdad85723778b88417ff39e39 (diff)
downloaddexon-solidity-8a9f62842d98f81523b7b3d64ad2af041160ac81.tar.gz
dexon-solidity-8a9f62842d98f81523b7b3d64ad2af041160ac81.tar.zst
dexon-solidity-8a9f62842d98f81523b7b3d64ad2af041160ac81.zip
Update installing-solidity.rst
Diffstat (limited to 'docs')
-rw-r--r--docs/installing-solidity.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst
index 4cb50cf0..35eb2d93 100644
--- a/docs/installing-solidity.rst
+++ b/docs/installing-solidity.rst
@@ -56,7 +56,7 @@ repository contains potentially unstable changes in the develop branch.
docker run ethereum/solc:stable solc --version
-Currenty, the docker image only contains the compiler executable,
+Currently, the docker image only contains the compiler executable,
so you have to do some additional work to link in the source and
output directories.