Skip to content

Commit

Permalink
docs: fix typos (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Nov 5, 2023
1 parent fe7c81c commit a02742a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/build/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Our easy-to-use SDKs support authentication through [Internet Identity] and [NFI

Juno Authentication integrates tightly with other Juno services like [datastore](datastore.md) and [storage](storage.md).

You can manage your users in the [authentication](https://console.juno.build/auhtentication) view in Juno's console. A new entry is created when a user succesfully signs in (see below).
You can manage your users in the [authentication](https://console.juno.build/auhtentication) view in Juno's console. A new entry is created when a user successfully signs in (see below).

:::note

Expand Down
2 changes: 1 addition & 1 deletion docs/infrastructure/internet-computer.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ It is estimated that storing 1 GB of data inside a smart contract should cost ap

- [Internet Computer]
- [Capabilities](https://internetcomputer.org/features)
- [How does it works](https://internetcomputer.org/how-it-works)
- [How does it work](https://internetcomputer.org/how-it-works)
- [Computation and storage costs](https://internetcomputer.org/docs/current/developer-docs/gas-cost)

[Internet Computer]: https://internetcomputer.org/
2 changes: 1 addition & 1 deletion docs/miscellaneous/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ If you have compressed (gzip and brotli) your bundle and assets after deploying

## Upgrade

If the smart contracts' code of your [mission control] or [satellites] become outdated, you can upgrade them.
If the smart contracts' code of your [mission control] or [satellites] becomes outdated, you can upgrade them.

Running the following command from the project directory upgrade your [satellite] (default option):

Expand Down
2 changes: 1 addition & 1 deletion src/components/Auth/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function Auth(): JSX.Element {
title="Seamless User Authentication."
texts={[
"Juno Authentication integrates tightly with other Juno services like datastore and storage.",
"You can manage your users in an administration console. A new entry is created when a user succesfully signs in.",
"You can manage your users in an administration console. A new entry is created when a user successfully signs in.",
]}
code={`import { signIn } from "@junobuild/core";
Expand Down

0 comments on commit a02742a

Please sign in to comment.