Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ozsay committed Oct 30, 2015
1 parent 458b474 commit e5f06b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ angular.module('myModule', ['angular-electron']);

### renderer modules

Theses are all the **renderer modules** that are available as angular services:
These are all the **renderer modules** that are available as angular services:

`ipc, web-frame, clipboard, crash-reporter,
native-image, remote, screen, shell`
Expand All @@ -40,7 +40,7 @@ angular.module('myModule').controller('myCtrl', ['shell', function(shell) {

### remote and node modules

Theses are all the **main modules** that are available as angular services:
These are all the **main modules** that are available as angular services:

`app, auto-updater, browser-window, content-tracing, dialog, global-shortcut,
menu, menu-item, power-save-blocker, protocol, web-contents, tray`
Expand Down

0 comments on commit e5f06b8

Please sign in to comment.