Skip to content

Commit

Permalink
fixed typos (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
inertia186 authored and relativityboy committed May 2, 2018
1 parent c8a4270 commit 9819ada
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 21 deletions.
2 changes: 1 addition & 1 deletion _community/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ position: 2
The steem community is thriving with developer activity and projects to support
our great blockchain **steem**.

While we don't officially endorse the following projects, below are growing third party developer
While we don't officially endorse the following projects, below are growing community developer
projects which could be beneficial for your steem project.
4 changes: 2 additions & 2 deletions _community/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ A simple library to stream blocks and operations for digesting into other medium

**SteemIAPI** - [http://steem.esteem.ws/](http://steem.esteem.ws/)

Interactive Steem API swagger, [opensource](https://github.com/eSteemApp/steemapi) script allows you to interact with blockchain.
Interactive Steem API swagger, [open-source](https://github.com/eSteemApp/steemapi) script allows you to interact with blockchain.

---

Expand Down Expand Up @@ -70,7 +70,7 @@ A private Microsoft SQL server database with Steem blockchain data, subscription

**Steem Data** - [https://github.com/SteemData](https://github.com/SteemData)

SteemData is discontinued but opensource python project, it parses the STEEM blockchain for you, and provide the data as a fast and convenient MongoDB service. SteemData helps developers and researchers build better STEEM applications.
SteemData is discontinued but open-source python project, it parses the STEEM blockchain for you, and provide the data as a fast and convenient MongoDB service. SteemData helps developers and researchers build better STEEM applications.

---

Expand Down
4 changes: 2 additions & 2 deletions _introduction/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ The source code for the Dev Portal is open source, and pull requests to update t
Developers who would like to make additional improvements to the Dev Portal may submit pull requests to the GitHub repository: [https://github.com/steemit/devportal](https://github.com/steemit/devportal).


Please visit the quickstart section which includes helpful tutorials to get going quickly.
More detailed endpoint and advanced features are available in services for building robust platforms on the amazing and censorship resistant **steem** blockchain.
Please visit the quick-start section which includes helpful tutorials to get going quickly.
More detailed endpoint and advanced features are available in services for building robust platforms on the amazing and censorship-resistant **steem** blockchain.
2 changes: 1 addition & 1 deletion _quickstart/choose_library.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ exclude: true

Getting started to develop robust and feature rich **steem** applications couldn't be easier. Accessing steem data is easy from various options depending on your infrastructure and objectives.

Building a picture discovery app is a breeze with the [JavaScript](/tutorials/#tutorials-javascript) library. There is also a [Python](/tutorials/#tutorials-python) library available, [Steemit.com](/services/#services-steemit) and [SBDS](/services/#services-sbds) services, as well as many [third party developer projects](/community/#community-overview) which could be beneficial for your steem project.
Building a picture discovery app is a breeze with the [JavaScript](/tutorials/#tutorials-javascript) library. There is also a [Python](/tutorials/#tutorials-python) library available, [Steemit.com](/services/#services-steemit) and [SBDS](/services/#services-sbds) services, as well as many [community projects](/community/#community-overview) which could be beneficial for your steem project.
4 changes: 2 additions & 2 deletions _quickstart/steemd_nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ right_code: |
```
---

Applications that interface directly with the Steem blockchain will need to connect to a steemd node. Developers may choose to use one of the public API nodes that are available, or run their own instance of a node.
Applications that interface directly with the Steem blockchain will need to connect to a `steemd` node. Developers may choose to use one of the public API nodes that are available, or run their own instance of a node.

### Public Nodes

Expand All @@ -37,7 +37,7 @@ Applications that interface directly with the Steem blockchain will need to conn

### Private Nodes

The simplest way to get started is by deploying a prebuilt dockerized container.
The simplest way to get started is by deploying a pre-built dockerized container.

##### Dockerized p2p Node

Expand Down
2 changes: 1 addition & 1 deletion _testnet/tools.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Tools
position: 1
description: Directory of third-party testnet tools
description: Directory of community testnet tools
---

Testnet ID | Tool | Purpose
Expand Down
4 changes: 2 additions & 2 deletions _tutorials-javascript/blog_feed.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ notepad).
> to query user's blog posts and reformat them into list of posts. Each blog
> post has `json_metadata` which holds meta information in post, using that we
> are able to extract first image from post and use it as thumbnail, post author
> and created information is also formated and displayed.
> and created information is also formatted and displayed.
```javascript
var query = {
Expand All @@ -124,7 +124,7 @@ var query = {
```

`tag` - this [tag](/glossary/#Tags) is used to limit the types of posts that are
returned. Each post is assigned multiple tags appon creation and by doing this
returned. Each post is assigned multiple tags upon creation and by doing this
allows you to filter what results are returned.

`limit` - this limit allows us to limit the amount of records that are returned
Expand Down
4 changes: 2 additions & 2 deletions _tutorials-javascript/client-signing.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,15 @@ And output of operation object/json is set to `OpInput` element.

### Sign transaction

Each operation needs to be signed before they can be sent to the network, transactions without signature will not be accepted by network. Because someone has to identify operation and sign it with their private keys. Sign transaction button calls for `signTx` function which is job is to sign selected operation and its obkect with selected account. And output result into `TxOutput` element.
Each operation needs to be signed before they can be sent to the network, transactions without signature will not be accepted by network. Because someone has to identify operation and sign it with their private keys. Sign transaction button calls for `signTx` function which is job is to sign selected operation and its object with selected account. And output result into `TxOutput` element.

### Verify signature

This process is mostly done automatically but to show every step, we have included this process to check validity of the transaction signature. Verify transaction button calls `verifyTx` function. Function then verify authority of the signature in signed transaction, if it was signed with correct private key and authority. If verification is successful user interfaces adds checkmark next to button otherwise adds crossmark to indicate state of the signature.

### Broadcast transaction

Final step is to broadcast our signed transction to the selected server. Server chosen in Connect section will handle propagating transction to the network. After network accepts transaction it will return result with transaction `id`, `block_num` that this transaction is included to, `trx_num` transaction number, and if it is `expired` or not.
Final step is to broadcast our signed transaction to the selected server. Server chosen in Connect section will handle propagating transaction to the network. After network accepts transaction it will return result with transaction `id`, `block_num` that this transaction is included to, `trx_num` transaction number, and if it is `expired` or not.

That's it!

Expand Down
2 changes: 1 addition & 1 deletion _tutorials-javascript/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ right_code: |
Check out [yarn](https://yarnpkg.com/en/docs/install).
---
### You
### Node.js
To get the most out of these tutorials, you should be familiar with [Node.js](https://nodejs.org/en/), [ES6](https://babeljs.io/learn-es2015/) aka [es2015](http://www.ecma-international.org/ecma-262/6.0/), the DOM, and modern Javascript programming practices.
You can still learn a lot of these aren't in your base skillset; it'll be easier if they are.

Expand Down
2 changes: 1 addition & 1 deletion _tutorials-javascript/steem_js.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ https://youtu.be/6Sy33DnyGs8

The tutorial assumes some basic knowledge of both HTML and javascript. For simplicity, this is done with a single HTML file and inline javascript.

By default the steem-js library connects to steemit.com's public STEEM nodes. To kickstart 3rd party development projects this is entirely acceptable. If your STEEM app turns into a larger project and maybe even a full-fledged site you may want to consider running your own nodes. If you want to use different nodes, the RPC endpoint can be specified but it's left out for this simple example.
By default the steem-js library connects to steemit.com's public STEEM nodes. To kickstart community development projects this is entirely acceptable. If your STEEM app turns into a larger project and maybe even a full-fledged site you may want to consider running your own nodes. If you want to use different nodes, the RPC endpoint can be specified but it's left out for this simple example.

Open your favorite text editor or IDE (atom, sublimetext, text edit, or even notepad).

Expand Down
6 changes: 2 additions & 4 deletions _tutorials-javascript/steemconnect.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Learn more about [Steemconnect operations here](https://github.com/steemit/steem

## Overview

Steemconnect is unified authentification system built on top of Steem and is built in a collaboration of Busy.org and Steemit Inc.
Steemconnect is unified authentication system built on top of Steem and is built in a collaboration of Busy.org and Steemit Inc.
Steemconnect is a layer to ensure easy access and setup for all application developers as well as a secure way for users to interact with Steem apps.

Setting up Steemconnect in your app is straight-forward process and never been this easy.
Expand Down Expand Up @@ -112,7 +112,7 @@ Redirect URI(s) will be used within your application to forward user after authe

## Step II

Once you have setup your account for the new application, you can setup your application with Steemconnect authentification and API processes.
Once you have setup your account for the new application, you can setup your application with Steemconnect authentication and API processes.

### Install
To do that, you will need to install `sc2-sdk` nodejs package with `npm i sc2-sdk`.
Expand Down Expand Up @@ -168,5 +168,3 @@ result = {
## Source code [<img src="/images/look.svg" width="16" height="16" />](/tutorials-javascript/getting-started)

To try this application visit [Devportal tutorials repo](https://github.com/steemit/devportal-tutorials-js), find [Steemconnect tutorial](https://github.com/steemit/devportal-tutorials-js/tree/master/tutorials/02_steemconnect) and follow **To run** section in README.


4 changes: 2 additions & 2 deletions unused/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: Docker
position: 1
---

Just want to get up and running quickly? Try deploying a prebuilt dockerized container. Both common binary types are included.
Just want to get up and running quickly? Try deploying a pre-built dockerized container. Both common binary types are included.

Just want to get up and running quickly? Try deploying a prebuilt
Just want to get up and running quickly? Try deploying a pre-built
dockerized container. Both common binary types are included.

#### Dockerized p2p Node
Expand Down

0 comments on commit 9819ada

Please sign in to comment.