aboutsummaryrefslogtreecommitdiffstats
path: root/docs/porting_to_new_environment.md
diff options
context:
space:
mode:
authorNoel Yoo <innovation.noel@gmail.com>2018-10-09 19:59:51 +0800
committerWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-10-09 19:59:51 +0800
commit012f7ddd72659b7ca470054f81487bd87b480392 (patch)
treec4cdcc5bbded2f61afa2759a8285f2bccb8abfee /docs/porting_to_new_environment.md
parentbf92d2ffec3f827adf1d269c4638f1673c38b4ac (diff)
downloadtangerine-wallet-browser-012f7ddd72659b7ca470054f81487bd87b480392.tar
tangerine-wallet-browser-012f7ddd72659b7ca470054f81487bd87b480392.tar.gz
tangerine-wallet-browser-012f7ddd72659b7ca470054f81487bd87b480392.tar.bz2
tangerine-wallet-browser-012f7ddd72659b7ca470054f81487bd87b480392.tar.lz
tangerine-wallet-browser-012f7ddd72659b7ca470054f81487bd87b480392.tar.xz
tangerine-wallet-browser-012f7ddd72659b7ca470054f81487bd87b480392.tar.zst
tangerine-wallet-browser-012f7ddd72659b7ca470054f81487bd87b480392.zip
Fix typos (#5471)
Diffstat (limited to 'docs/porting_to_new_environment.md')
-rw-r--r--docs/porting_to_new_environment.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/porting_to_new_environment.md b/docs/porting_to_new_environment.md
index 975d9e32e..d901f2b78 100644
--- a/docs/porting_to_new_environment.md
+++ b/docs/porting_to_new_environment.md
@@ -21,7 +21,7 @@ The core functionality of MetaMask all lives in what we call [The MetaMask Contr
When calling `new MetaMask(opts)`, many platform-specific options are configured. The keys on `opts` are as follows:
- initState: The last emitted state, used for restoring persistent state between sessions.
-- platform: The `platform` object defines a variety of platform-specific functions, including opening the confirmation view, and opening web sites.
+- platform: The `platform` object defines a variety of platform-specific functions, including opening the confirmation view, and opening websites.
- encryptor - An object that provides access to the desired encryption methods.
##### Encryptor