Commit 7c666b4
authored
📖 [Docs]: Rename module to
## Description
This pull request includes updates to URLs and test descriptions to
ensure consistency with the name change to `CasingStyle`.
Documentation updates:
*
[`README.md`](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L98-R100):
Updated URLs for `ConvertTo-CasingStyle`, `Get-CasingStyle`, and
`Split-CasingStyle` to reflect the correct paths.
*
[`src/functions/public/ConvertTo-CasingStyle.ps1`](diffhunk://#diff-258b23af5ee150cb504dd0c5ae9ca077838800780474332a2bdca6831e5e7ba0L26-R26):
Updated the `.LINK` URL to the correct path.
*
[`src/functions/public/Get-CasingStyle.ps1`](diffhunk://#diff-95b4ce37b8898c19567d7a2598dc12aa9e21c40f97459f2883b6dafc14c9b063L63-R63):
Updated the `.LINK` URL to the correct path.
*
[`src/functions/public/Split-CasingStyle.ps1`](diffhunk://#diff-fc6326239979c77a5e409ef744f5c3c80f517308d5fa4489f08c0a46d617bcd2L64-R64):
Updated the `.LINK` URL to the correct path.
Test updates:
*
[`tests/Casing.Tests.ps1`](diffhunk://#diff-2f2303af7c9cde9c678233849880c4fbbd3a657ae65db7ee89ccdf0e659d373bL1-R1):
Changed the test description context from 'Casing' to 'CasingStyle' for
consistency.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [ ] 🩹 [Patch]
- [ ] CasingStyle (#4)1 parent f75dd55 commit 7c666b4
5 files changed
Lines changed: 7 additions & 7 deletions
File tree
- src/functions/public
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
100 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments