Skip to content
Merged
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 content/en/docs/latest/content/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ The following table describes the available basic animation classes.
| `fa-bounce` | Bounces an icon up and down |
| `fa-flip` | Rotates an icon about the Y axis 180 degrees |
| `fa-shake` | Shakes an icon back and forth |
| `fa-spin` | Roates an icon |
| `fa-spin` | Rotates an icon |
{{< /table >}}
<!-- markdownlint-enable MD058 -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ git config --global credential.useHttpPath true
{.mb-4}
<!-- markdownlint-enable MD037 -->

From now on, git will trigger a authencation request when accessing a new repository. The GitHub CLI will store this information in the credential manager provided by your Operating System.
From now on, git will trigger a authentication request when accessing a new repository. The GitHub CLI will store this information in the credential manager provided by your Operating System.

#### Using Git configuration (alternative)

Expand Down Expand Up @@ -75,7 +75,7 @@ Follow the instructions for your operating system below.
{{< nav-item title="macOS" show="true" >}}

> [!NOTE]
> macOS supports multiple shells, including bash and Z shell (zsh). Adjust the commands pending your prefered shell. You can check your current shell with `echo $SHELL`.
> macOS supports multiple shells, including bash and Z shell (zsh). Adjust the commands pending your preferred shell. You can check your current shell with `echo $SHELL`.

Add the npm token to your keychain with the following command, providing your token (twice) when prompted for the password:

Expand Down