Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: correct typos docs #1648

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ts/how-to/nestjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,5 @@ Open [http://localhost:9400](http://localhost:9400) in your browser to access it
The Local Development Dashboard is a powerful tool to help you move faster when you're developing new features.

It comes with an API explorer, a Service Catalog with automatically generated documentation, and powerful
oberservability features
observability features
like [distributed tracing](/docs/ts/observability/tracing).
2 changes: 1 addition & 1 deletion tsparser/txtar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The format spec as written in the `txtar` Go package source code:
> The comment or file content ends at the next file marker line.
> The file marker line must begin with the three-byte sequence "-- "
> and end with the three-byte sequence " --", but the enclosed
> file name can be surrounding by additional white space,
> file name can be surrounded by additional white space,
> all of which is stripped.
>
> If the txtar file is missing a trailing newline on the final line,
Expand Down