Skip to content
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.

Commit

Permalink
Fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannya authored and cpriest committed May 12, 2018
1 parent 4f11add commit 54f9bfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ so, I made it.

## Vision

It's a launcher with strict syntax (like terminal programs), it's not targeting to interpret natrual language.
It's a launcher with strict syntax (like terminal programs), it's not targeting to interpret natural language.
I believe the strict syntax can provide more powerful and fast response than to interpret natural language.

## Features
Expand All @@ -27,7 +27,7 @@ I believe the strict syntax can provide more powerful and fast response than to
Go to [Releases](https://github.com/hainproject/hain/releases), then you can download prebuilt binaries.

## Usage
Run and press `alt+space` anywhere
Run and press `alt+space` anywhere.

## How to make Plugins

Expand Down Expand Up @@ -69,7 +69,7 @@ gulp build-darwin
```

## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md)
See [CONTRIBUTING.md](CONTRIBUTING.md)

## Credits
The name "Hain" is named by Hyunseop Lee, it means "a Servant" in Korean.
Expand Down
2 changes: 1 addition & 1 deletion app/main/worker/plugin-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ module.exports = () => {
pluginConfigs[pluginId] = pluginConfig;
logger.debug(`${pluginId} loaded`);
} catch (e) {
logger.error(`${pluginId} could'nt be created: ${e.stack || e}`);
logger.error(`${pluginId} couldn't be created: ${e.stack || e}`);
}
}
return { plugins, pluginConfigs };
Expand Down

0 comments on commit 54f9bfe

Please sign in to comment.