Skip to content

Commit 8bad1f4

Browse files
deepyamanmerelcht
andauthored
Fix typo in documentation on minimal Kedro project (#5085)
Signed-off-by: Deepyaman Datta <[email protected]> Co-authored-by: Merel Theisen <[email protected]>
1 parent 1cc0d1d commit 8bad1f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/create/minimal_kedro_project.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,12 @@ kedro_init_version = "0.19.9"
9393
source_dir = "."
9494
```
9595

96-
At this point, your workingn directory should look like this:
96+
At this point, your working directory should look like this:
9797
```bash
9898
.
9999
├── pyproject.toml
100100
```
101101

102-
103102
!!! note
104103
Note we define `source_dir = "."`, usually we keep our source code inside a directory called `src`.
105104
For this example, we try to keep the structure minimal so we keep the source code in the root directory

0 commit comments

Comments
 (0)