Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
beenotung committed Jun 22, 2023
1 parent b3da077 commit af95cd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ More examples can be found in [./demo](./demo):

This example consists of a input and text message.

With the `watch()` function, the text message is initialied and updated according to the input value. We don't need to specify the dependency explicitly.
With the `watch()` function, the text message is initialized and updated according to the input value. We don't need to specify the dependency explicitly.

```typescript
import { watch, input, span, label, fragment } from 'dom-proxy'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "dom-proxy",
"version": "2.0.1",
"description": "Develop declarative UI with (opt-in) automatic dependecy tracking without boilerplate code, VDOM, nor compiler.",
"description": "Develop declarative UI with (opt-in) automatic dependency tracking without boilerplate code, VDOM, nor compiler.",
"keywords": [
"DOM",
"proxy",
"reactive",
"declaraive",
"declarative",
"dependency tracking",
"state management",
"typescript",
Expand Down

0 comments on commit af95cd7

Please sign in to comment.