We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d294d commit 3b79ed7Copy full SHA for 3b79ed7
docs/book/v5/introduction/file-structure.md
@@ -10,7 +10,7 @@ When using Dotkernel API the following structure is installed by default:
10
11
## Special purpose folders
12
13
-* `.github` - containes workflow files
+* `.github` - contains GitHub workflow files
14
* `.laminas-ci` - contains laminas-ci workflow files
15
16
## `bin` folder
@@ -63,7 +63,7 @@ It contains these folders:
63
* `oauth`: encryption, private and public keys needed for authentication
64
* `data/lock` - lock files generated by [`dotkernel/dot-cli`](https://docs.dotkernel.org/dot-cli/v3/lock-files/)
65
66
-> AVOID storing sensitive data on VCS!
+> AVOID storing sensitive data on the repository!
67
68
## `log` folder
69
0 commit comments