Skip to content

Commit 92a8d53

Browse files
authored
Fix typos in Readme. file
1 parent ea9e900 commit 92a8d53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Rendered placeholder:
1010

1111
```
1212

13-
On **Client-Side Rendering** the placeholder is where the component is going to be mounted or hydrated depending of the framework or library.
13+
On **Client-Side Rendering** the placeholder is where the component is going to be mounted or hydrated depending on the framework or library.
1414

15-
On **Server-Side Rendering** the placeholder is used by [Nova Proxy](https://github.com/ara-framework/nova-proxy) or [Nova Static](https://github.com/ara-framework/nova-static) to Server-Side Include the html rendered by [Hypernova](https://github.com/airbnb/hypernova).
15+
On **Server-Side Rendering** the placeholder is used by [Nova Proxy](https://github.com/ara-framework/nova-proxy) or [Nova Static](https://github.com/ara-framework/nova-static) to Server-Side Include the HTML rendered by [Hypernova](https://github.com/airbnb/hypernova).
1616

1717
## Install
1818

@@ -42,7 +42,7 @@ const Page = () => (
4242

4343
### Mounting Hypernova Client Component
4444

45-
The `Nova` component emits an custom event called `NovaMount` on the `document` when the React componend is mounted. The event needs to be listen by the Hypernova's client script in order to mount the view when the placeholders is ready.
45+
The `Nova` component emits a custom event called `NovaMount` on the `document` when the React component is mounted. The event needs to be listened by the Hypernova's client script in order to mount the view when the placeholder is ready.
4646

4747
```js
4848
import { renderClient } from 'hypernova-redom'

0 commit comments

Comments
 (0)