* Fixed typos in the README
* feat(feature-requests): Add support for Hindi language
This commit adds a feature request for supporting the Hindi language, which would enhance accessibility for Hindi-speaking users. It includes translation, language selection options, and testing for a seamless user experience.
Closes#1054
* fix(docs): Correct grammar errors in README.md
Addressed grammar mistakes that were identified in the previous pull request. This commit ensures the README.md is free from errors and provides clear and accurate information.
Closes#1053
@ -981,7 +980,7 @@ Uncaught NotFoundError: Failed to execute 'insertBefore' on 'Node':
The node before which the new node is to be inserted is not a child of this node.
```
The reason for this error is reusing of vnodes between patches (see code example), snabbdom stores actual dom nodes inside the virtual dom nodes passed to it as performance improvement, so reusing nodes between patches is not supported.
The reason for this error is the reusing of vnodes between patches (see code example), snabbdom stores actual dom nodes inside the virtual dom nodes passed to it as performance improvement, so reusing nodes between patches is not supported.
```mjs
const sharedNode = h("div", {}, "Selected");
@ -1023,4 +1022,4 @@ const vnode1 = h("div", [
## Opportunity for community feedback
Pull requests that the community may care to provide feedback on should be
merged after such opportunity of a few days was provided.
merged after such an opportunity of a few days was provided.