Skip to content

Commit

Permalink
docs: ✏️ Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
janpapenbrock committed Nov 14, 2024
1 parent 735335a commit 52f1f7a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
id: angular-compatability
title: Angular Compatability
description: Angular Compatability | Transloco Angular i18n
id: angular-compatibility
title: Angular Compatibility
description: Angular Compatibility | Transloco Angular i18n
---

Make sure you install the version corresponding to your Angular version:

<div className="compatability-table">
<div className="compatibility-table">

| Angular | @jsverse/transloco | @jsverse/transloco-locale | @jsverse/transloco-messageformat | @jsverse/transloco-preload-langs | @jsverse/transloco-persist-translations | @jsverse/transloco-persist-lang |
| ------- | ------------------ | ------------------------- | -------------------------------- | -------------------------------- | --------------------------------------- | ------------------------------- |
Expand Down
2 changes: 1 addition & 1 deletion docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
label: 'Getting Started',
items: [
'getting-started/installation',
'getting-started/angular-compatability',
'getting-started/angular-compatibility',
'getting-started/config-options',
{
type: 'category',
Expand Down
4 changes: 2 additions & 2 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -400,11 +400,11 @@ header iframe {
border-radius: 5px;
}

.compatability-table th {
.compatibility-table th {
white-space: nowrap;
}

.compatability-table th:first-of-type {
.compatibility-table th:first-of-type {
min-width: 93px;
}

Expand Down

0 comments on commit 52f1f7a

Please sign in to comment.