Skip to content

Commit

Permalink
fix: typos and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Aug 1, 2024
1 parent 9ae074b commit 1a527ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/start/cli/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ ng_project(
"typed-ascii-logo.component.ts",
],
deps = [
"//src/components/prism",
"//:node_modules/@angular/common",
"//:node_modules/@angular/core",
"//:node_modules/@angular/router",
"//src/components/prism",
],
)
2 changes: 1 addition & 1 deletion src/app/start/cli/start-cli.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1><span class="i48">terminal</span> The Ecsact CLI</h1>
<section>
<h1 id="subcommands">Subcommands</h1>
<p>
There are several subcommands in the Ecsact CLI. As you might exepect from
There are several subcommands in the Ecsact CLI. As you might expect from
any CLI you may pass the <code>--help</code> flag to the CLI or any of its
subcommands to see the available options.
</p>
Expand Down

0 comments on commit 1a527ae

Please sign in to comment.