Skip to content

Commit

Permalink
Fix comment for getEnvironmentType
Browse files Browse the repository at this point in the history
One of the possible return values was referred to by the wrong name.
  • Loading branch information
Gudahtt committed Jan 24, 2020
1 parent 5279f29 commit a577dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
/**
* Used to determine the window type through which the app is being viewed.
* - 'popup' refers to the extension opened through the browser app icon (in top right corner in chrome and firefox)
* - 'responsive' refers to the main browser window
* - 'fullscreen' refers to the main browser window
* - 'notification' refers to the popup that appears in its own window when taking action outside of metamask
* - 'background' refers to the background page
*
Expand Down

0 comments on commit a577dc4

Please sign in to comment.