Skip to content

Commit 850996e

Browse files
chore: change organisation name capitalisation
1 parent 04622d4 commit 850996e

7 files changed

Lines changed: 15 additions & 15 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["packages/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
authors = ["Rust For Web <info@rustforweb.org>"]
6+
authors = ["Rust for Web <info@rustforweb.org>"]
77
edition = "2024"
88
license = "MIT"
99
repository = "https://github.com/RustForWeb/testing-library"

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Rust For Web
3+
Copyright (c) 2024 Rust for Web
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ The logo is a combination of [Ferris the Rustacean](https://rustacean.net/) and
3636

3737
This project is available under the [MIT license](LICENSE.md).
3838

39-
## Rust For Web
39+
## Rust for Web
4040

41-
The Rust Testing Library project is part of [Rust For Web](https://github.com/RustForWeb).
41+
The Rust Testing Library project is part of [Rust for Web](https://github.com/RustForWeb).
4242

43-
[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
43+
[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.

book/src/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ TODO
2828

2929
This project is available under the [MIT license](https://github.com/RustForWeb/radix/blob/main/LICENSE.md).
3030

31-
## Rust For Web
31+
## Rust for Web
3232

33-
The Rust Testing Library project is part of [Rust For Web](https://github.com/RustForWeb).
33+
The Rust Testing Library project is part of [Rust for Web](https://github.com/RustForWeb).
3434

35-
[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
35+
[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rustforweb/testing-library",
33
"description": "Rust port of Testing Library.",
4-
"author": "Rust For Web <info@rustforweb.org>",
4+
"author": "Rust for Web <info@rustforweb.org>",
55
"repository": "github:RustForWeb/testing-library",
66
"license": "MIT",
77
"private": true,

packages/dom/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Simple and complete DOM testing utilities that encourage good testing practices.
1414

1515
See [the Rust Testing Libary book](https://testing-library.rustforweb.org/) for documentation.
1616

17-
## Rust For Web
17+
## Rust for Web
1818

19-
The Rust Testing Library project is part of [Rust For Web](https://github.com/RustForWeb).
19+
The Rust Testing Library project is part of [Rust for Web](https://github.com/RustForWeb).
2020

21-
[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
21+
[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.

packages/pretty-format/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Rust port of [pretty-format](https://github.com/jestjs/jest/tree/main/packages/pretty-format).
44

5-
## Rust For Web
5+
## Rust for Web
66

7-
The Rust Pretty Format project is part of [Rust For Web](https://github.com/RustForWeb).
7+
The Rust Pretty Format project is part of [Rust for Web](https://github.com/RustForWeb).
88

9-
[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
9+
[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.

0 commit comments

Comments
 (0)