EOSIO / EOSIO/welcome

[docs] Explanation of "create" action's parameters in Step 5 may be wrong

Open
#348 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
39
Forks
55
PR merge metrics
No merged PRs in 30d

Description

File: [docs/02_getting-started/03_smart-contract-development/02_deploy-issue-and-transfer-tokens.md](https://github.com/EOSIO/welcome/blob/develop/docs/02_getting-started/03_smart-contract-development/02_deploy-issue-and-transfer-tokens.md)

In section "Step 5: Create the Token", it says

> To create a new token, call create action with the correct parameters. This action accepts **1 argument, it consists of**

If I understand it correctly, action **create** accepts two parameters (*issuer* and *asset*), then this sentence could be modified to
> To create a new token, call create action with the correct parameters. This action accepts ~~1 argument, it consists of~~ **two arguments, which consists of**

Another minor formatting issue is in the following sentence "An issuer that is an eosio account" , the keyword "issuer" need to be highlighted (similar to the following keyword "asset").

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.