Skip to content

Commit f2857d4

Browse files
committed
chore: fix some typos in comment
Signed-off-by: dropbigfish <fillfish@foxmail.com>
1 parent b2dbb6d commit f2857d4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ To make the new version the default version that is installed
164164
## Adding a scaffold
165165
You can add your own scaffold by creating a GitHub repository containing the scaffold content and then making a PR
166166
to update the `scaffolds.json` in the Flow CLI repository. You need to add an entry to the list
167-
with the bellow content.
167+
with the below content.
168168

169169
```json
170170
{
@@ -220,7 +220,7 @@ equal (=) sign (ex: `--username test` or `--username=test`)
220220
flow accounts get --filter "address"
221221
```
222222

223-
Use common naming for default falgs such as:
223+
Use common naming for default flags such as:
224224

225225
`--log`: Logging level.
226226

@@ -344,7 +344,7 @@ Main help screen must contain a list of all commands with their own description,
344344
it must also include examples for commands. Help screen should include link to the documentation website.
345345

346346
Commands should have a description that is not too long (less than 100 characters).
347-
Help should be outputed if command is ran without any arguments. Help outline should be:
347+
Help should be outputted if command is ran without any arguments. Help outline should be:
348348

349349
```Description:
350350
<description>

internal/test/test_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ func TestExecutingTests(t *testing.T) {
227227
}
228228
state.Contracts().AddOrUpdate(c)
229229
// fungibleToken has no `testing` alias, but it is not
230-
// actually deployed/used, so there is no errror.
230+
// actually deployed/used, so there is no error.
231231
fungibleToken := config.Contract{
232232
Name: "FungibleToken",
233233
Location: "cadence/contracts/FungibleToken.cdc",

0 commit comments

Comments
 (0)