Skip to content

Commit

Permalink
Fix capitalizaton of MetaMask (MetaMask#114)
Browse files Browse the repository at this point in the history
The second 'M' was not capitalized.
  • Loading branch information
Gudahtt authored Jun 23, 2020
1 parent 9d6063c commit e523cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Welcome to MetaMask’s Developer Documentation. This documentation is for learn
- For up to the minute news, follow our [Peepeth](https://peepeth.com/MetaMask/), [Twitter](https://twitter.com/metamask_io) or [Medium](https://medium.com/metamask) pages.
- To learn how to contribute to the MetaMask project itself, visit our [Internal Docs](https://github.com/MetaMask/metamask-extension/tree/develop/docs).

## Why Metamask
## Why MetaMask

MetaMask was created out of the needs of creating more secure and usable Ethereum-based web sites. In particular, it handles account management and connecting the user to the blockchain.

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/create-dapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const initialize = () => {

//------Inserted Code------\\
const MetamaskClientCheck = () => {
//Now we check to see if Metamask is installed
//Now we check to see if MetaMask is installed
if (!isMetaMaskInstalled()) {
//If it isn't installed we ask the user to click to install it
onboardButton.innerText = 'Click here to install MetaMask!';
Expand Down

0 comments on commit e523cbd

Please sign in to comment.