Skip to content

Commit 12b5ee4

Browse files
authored
📝 (index.md): correct typos in documentation for clarity (#2651)
Corrects several typos in the documentation to improve readability and understanding. The command `devlopsmigration` is corrected to `devopsmigration` to ensure users can execute the command successfully. Additionally, minor spelling errors are fixed to enhance the overall quality of the documentation. From #2650
2 parents fad0c8f + 288b705 commit 12b5ee4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Reference/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ The easyest way to get started with the configruation is to create both a refere
1515

1616
### Creating a Reference File
1717

18-
If you run `devlopsmigration init --options Reference -c configuration-ref.json` the output should be a file with all posible options using the Sample data.
18+
If you run `devopsmigration init --options Reference -c configuration-ref.json` the output should be a file with all posible options using the Sample data.
1919

2020
### Creating a Minimal File
2121

22-
To get a file that you can use its best to start with a minimal file. If you run `devlopsmigration init --options Basic --overwrite` thsi will create that minimal file.
22+
To get a file that you can use its best to start with a minimal file. If you run `devopsmigration init --options Basic --overwrite` thsi will create that minimal file.
2323

2424
### Other options
2525

@@ -31,7 +31,7 @@ Right now we support:
3131

3232
**Note:** Azure DevOps Migration Tools do not ship with internal default configuration and will not function without one.
3333

34-
To create your config file just type `devlopsmigration init` in the directory that you unzipped the tools and a minimal `configuration.json` configuration
34+
To create your config file just type `devopsmigration init` in the directory that you unzipped the tools and a minimal `configuration.json` configuration
3535
file will be created. Modify this as you need.
3636

3737
Note that the generated file show all the possible options, you configuration file will probably only need a subset of those shown.

0 commit comments

Comments
 (0)