You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ Rendered placeholder:
10
10
11
11
```
12
12
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.
14
14
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).
16
16
17
17
## Install
18
18
@@ -42,7 +42,7 @@ const Page = () => (
42
42
43
43
### Mounting Hypernova Client Component
44
44
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.
0 commit comments