Skip to content

Commit

Permalink
Minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandratran committed Feb 13, 2023
1 parent 202ab52 commit 3b9e4e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion snaps/concepts/anatomy.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ details the requirements of both `snap.manifest.json` and its relationship to `p
You might need to modify some manifest fields manually.
For example, if you change the location of the (optional) icon SVG file, you must update
`source.location.npm.iconPath` to match.
You can also use the [command line](../reference/cli/options.md) to update some fields for you.
You can also use the [command line](../reference/cli/index.md) to update some fields for you.
For example, `mm-snap build` or `mm-snap manifest --fix` updates `source.shasum`.

## Configuration file
Expand Down
4 changes: 2 additions & 2 deletions snaps/reference/cli/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ bundle: 'out/bundle.js'
Path to the snap [bundle file](../../concepts/anatomy.md#bundle-file).
The default is `dist/bundle.js`.

You can use this option with [`eval`](subcommands.md#e-eval) subcommand.
You can use this option with the [`eval`](subcommands.md#e-eval) subcommand.

`-b` is an alias for `--bundle`.

Expand Down Expand Up @@ -171,7 +171,7 @@ When validating the snap [manifest file](../../concepts/anatomy.md#manifest-file
the manifest file.
The default is `true`.

`--writeManifest` is an alias for `--fix`.
`--fix` is an alias for `--writeManifest`.

## h, help

Expand Down
8 changes: 4 additions & 4 deletions snaps/reference/cli/subcommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mm-snap e -b out/snap.js

Attempts to evaluate the snap bundle in SES.

`e` is an alias for the `eval`.
`e` is an alias for `eval`.

## i, init

Expand Down Expand Up @@ -148,10 +148,10 @@ source directory.
:::note
All files in the parent and child directories of the source directory are watched for changes, except:

- The `node_modules` directory.
- Any `test` or `tests` directories.
- Files in the `node_modules` directory.
- Files in the `test` or `tests` directories.
- Any files named `test.js` or `test.ts`.
- The `dist` directory, or the directory specified using [`--dist`](options.md#d-dist).
- Files in the `dist` directory, or the directory specified using [`--dist`](options.md#d-dist).
- Dotfiles.
:::

Expand Down

0 comments on commit 3b9e4e8

Please sign in to comment.