Skip to content

Commit 98703dd

Browse files
committed
Resolving sonarqube errors
1 parent ebc59c6 commit 98703dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utility-guides/FitKitGeneration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Fit Kit Generation Utility provides methods to generate and manage FIT test
1313

1414
## Using the Fit Kit Generation Utility
1515

16-
To use the Fit Kit Generation Utility, import the `fit_kit_generation` module, from the `utils` directory, into your test file and call its methods from within your tests, as required. To generate the fit kit IDs, the only method required is create_fit_id_df. This will return a dataframe with all the transformations already taking place.
16+
To use the Fit Kit Generation Utility, import the `fit_kit_generation` module, from the `utils` directory, into your test file and call its methods from within your tests, as required. To generate the fit kit IDs, the only method required is `create_fit_id_df`. This will return a `dataframe` with all the transformations already taking place.
1717

1818
## Required Arguments
1919

0 commit comments

Comments
 (0)