Skip to content

Commit eb7d9db

Browse files
committed
Correct capitalization of "Checkly" in important notes and clarify instructions for storing environment variables and secrets using Checkly's CLI.
1 parent 885279c commit eb7d9db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/layouts/_default/index.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Important notes:
1313
- For backend projects identify all resources which can be tested
1414
- For frontend projects identify all pages and user journeys which can be tested
1515
- Understand the authentication setup for the users app so you can support it
16-
- Store required credentials in checkly
16+
- Store required credentials in Checkly
1717
- Make sure to guide the user when setting up a new project, use the `npm create checkly@latest` command to get started
1818
- To generate the first checks/tests explain the user the available check types and ask them which one they want to use
1919
- Make sure to only use npm packages in scripts which are available in Checkly runtimes, Checkly doesn't support all npm packages
2020
- never use the imports in the namespace @checkly. they are outdated. Always import from 'checkly/constructs'
21-
- make sure that generated test files names match the patterns set in checkly config file
22-
- make sure when using environment variables or secrets to store them in checkly
21+
- make sure that generated test files names match the patterns set in Checkly config file
22+
- make sure when using environment variables or secrets to store them in Checkly using Checkly's cli
2323

2424
## Core Platform
2525

0 commit comments

Comments
 (0)