Skip to content

Commit da3f47f

Browse files
authored
Merge pull request #1796 from Giskard-AI/feature/gsk-2775-update-doc-typos
[GSK-2775] Fix typos in docs
2 parents 68c810d + 92fab92 commit da3f47f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/giskard_hub/write_and_debug_tests/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To add tests from the catalog, click on "add test" in your test suite tab. This
3434
catalog showing all Giskard tests. You then have the possibility to run your test before adding it to your suite.
3535

3636
> ⚠️ Warning
37-
> * If you add a test **without** specifying the input of your test, you'll be asked to define the input at **suite execution time**. This input will become a *suite input*. Models are a great suite input to [compare different model](../compare_models/index.md) with the same test suite.
37+
> * If you add a test **without** specifying the input of your test, you'll be asked to define the input at **suite execution time**. This input will become a *suite input*. Models are a great suite input to [compare different models](../compare_models/index.md) with the same test suite.
3838
> * If you add a test by **specifying the input** of your test, you won't be asked to define it at suite
3939
> execution time. This input becomes a *fixed value* of your suite. Data slices or thresholds are
4040
> great fixed values because they are inherent to your suite.

docs/integrations/pytest/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
```
1010

1111

12-
It is possible to execute Giskard test via pytest with very minimal code. Using pytest to execute tests can facilitate the integration with CI/CD scripts and leverage builtin functionalities like test report or advanced markings (xfail, skip).
12+
It is possible to execute Giskard tests via pytest with very minimal code. Using pytest to execute tests can facilitate the integration with CI/CD scripts and leverage builtin functionalities like test report or advanced markings (xfail, skip).
1313

14-
Once define in a script, the execution of the tests can be triggred using the pytest command:
14+
Once defined in a script, the execution of the tests can be triggered using the pytest command:
1515

1616
```console
1717
$ pytest test_ml_model.py

docs/open_source/scan/scan_llm/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Jump to the [test customization](https://docs.giskard.ai/en/latest/open_source/c
250250

251251
### 2. Upload your test suite to the Giskard Hub to:
252252
* Compare the quality of different models and prompts to decide which one to promote
253-
* Create more tests relevant to your use case, combining input prompts that make your model fail and custome evaluation criteria
253+
* Create more tests relevant to your use case, combining input prompts that make your model fail and custom evaluation criteria
254254
* Share results, and collaborate with your team to integrate business feedback
255255

256256
To upload your test suite, you must have created a project on Giskard Hub and instantiated a Giskard Python client. If you haven't done this yet, follow the first steps of [upload your object](https://docs.giskard.ai/en/latest/giskard_hub/upload/index.html#upload-your-object) guide.

0 commit comments

Comments
 (0)