You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📝 (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
Copy file name to clipboardExpand all lines: docs/Reference/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@ The easyest way to get started with the configruation is to create both a refere
15
15
16
16
### Creating a Reference File
17
17
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.
19
19
20
20
### Creating a Minimal File
21
21
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.
23
23
24
24
### Other options
25
25
@@ -31,7 +31,7 @@ Right now we support:
31
31
32
32
**Note:** Azure DevOps Migration Tools do not ship with internal default configuration and will not function without one.
33
33
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
35
35
file will be created. Modify this as you need.
36
36
37
37
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