diff options
author | Christoph Enzmann <christoph.enzmann@confer.ch> | 2013-12-06 17:02:20 +0100 |
---|---|---|
committer | Christoph Enzmann <christoph.enzmann@confer.ch> | 2013-12-06 17:02:20 +0100 |
commit | 57f740845da867fc270d9b185508bc5761aa7d45 (patch) | |
tree | 7a1e6519b0ba9d3b766c6c1be0e78416e7799f2f | |
parent | 7619a09547564572e5a23a6022bdbc93a36fcebe (diff) | |
download | TwoStepsAuthenticator-57f740845da867fc270d9b185508bc5761aa7d45.zip TwoStepsAuthenticator-57f740845da867fc270d9b185508bc5761aa7d45.tar.gz TwoStepsAuthenticator-57f740845da867fc270d9b185508bc5761aa7d45.tar.bz2 |
Fix typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,4 +35,4 @@ var authenticator = new TwoStepsAuthenticator.TimeAuthenticator(); bool isok = authenticator.CheckCode(secret, code); </code></pre> -Every time-based code should only be used once. A build in mechanism ensures that. If you want to control this check by your self you can pass in an instance of IUsedCodesManager. +Every time-based code should only be used once. A built-in mechanism ensures that. If you want to control this check by your self you can pass in an instance of IUsedCodesManager. |