Skip to content

Commit

Permalink
Correct the file path in the code snippet inside 020-simple-h-functio…
Browse files Browse the repository at this point in the history
…n.html
  • Loading branch information
HeavenOSK committed Dec 16, 2023
1 parent 07b2e11 commit fa347a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ https://github.com/vuejs/core/tree/main/packages/runtime-dom/src/modules

```sh
pwd # ~
touch runtime-dom/patchProp.ts
touch packages/runtime-dom/patchProp.ts
```

`runtime-dom/patchProp.ts` の内容
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ First, let's create the framework.

```sh
pwd # ~
touch runtime-dom/patchProp.ts
touch packages/runtime-dom/patchProp.ts
```

Contents of `runtime-dom/patchProp.ts`
Expand Down

0 comments on commit fa347a4

Please sign in to comment.