Skip to content

Commit 9a64e1a

Browse files
authored
Fixed typo (#123)
Javascript controls essentially *he* whole page ---> Javascript controls essentially *the* whole page
1 parent 7b24f93 commit 9a64e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

active-rfcs/0000-portals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ In order to work around issues with [z-index Stacking Context](https://philipwal
7878

7979
Many apps have the concept of widgets, where their UI has an outlet (i.e. in a sidebar or dashboard) where other parts of the application, i.e. plugins, can inject small pieces of UI.
8080

81-
In Single Page Applications, where our Javascript controls essentially he whole page, this is generally not a challenge. But in situations where our Vue app only controls a part of the page, it currently proves to be challenging (but impossible) to mount individual elements and components in other parts of the page.
81+
In Single Page Applications, where our Javascript controls essentially the whole page, this is generally not a challenge. But in situations where our Vue app only controls a part of the page, it currently proves to be challenging (but impossible) to mount individual elements and components in other parts of the page.
8282

8383
With Portals, we have a straightforward way to mount child components to other locations in the DOM declaratively.
8484

0 commit comments

Comments
 (0)