Skip to content
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 CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Want to contribute to Cunningham? We got you covered.

We try to raise our code quality standards and expect contributors to follow
the recommandations from our [handbook](https://suitenumerique.gitbook.io/handbook).
the recommendations from our [handbook](https://suitenumerique.gitbook.io/handbook).

## Development

Expand Down
2 changes: 1 addition & 1 deletion packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

### Patch Changes

- 4220061: Update react & react-dom version strategy to support minor and patch verions
- 4220061: Update react & react-dom version strategy to support minor and patch versions
- Updated dependencies [414ca0d]
- Updated dependencies [55e2aa8]
- @gouvfr-lasuite/cunningham-tokens@3.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/components/Forms/Select/mono.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1668,7 +1668,7 @@ describe("<Select/>", () => {
expect(valueRendered).toHaveTextContent("Tokyo");
});

it("is accessible if the the label is not shown", async () => {
it("is accessible if the label is not shown", async () => {
render(
<CunninghamProvider>
<Select
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/components/Forms/Select/multi.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ describe("<Select multi={true} />", () => {
await waitFor(() => expectSelectedOptions(["Tokyo"]));
});

it("is accessible if the the label is not shown", async () => {
it("is accessible if the label is not shown", async () => {
render(
<CunninghamProvider>
<Select
Expand Down