Skip to content

Commit e40d98a

Browse files
authored
Merge pull request #314 from ByteInternet/feature/fix_typo_for_configure-hypernode-settings-on-deployment
folder -> file for configure-hypernode-settings-on-deployment
2 parents cace4cb + a1b1152 commit e40d98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hypernode-deploy/getting-started/configure-hypernode-settings-on-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $configuration->setPlatformConfigurations([
3939

4040
Lots of applications need a set of cron jobs for the application to function correctly. Instead of having to configure this on the server manually on each change, you can set this up on the Deployment.
4141

42-
For example, start creating the `./etc/cron` folder and putting in the following:
42+
For example, start creating the `./etc/cron` file and adding the following:
4343

4444
```bash
4545
* * * * * echo 'Hello world!' >> /data/web/cron.log

0 commit comments

Comments
 (0)