Skip to content

Commit 5ee9fb9

Browse files
authored
fix: word order (#2114)
1 parent 4040625 commit 5ee9fb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/theme/DomainWarning.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ const DomainWarning = ({ severity = "info" }) => (
3232
</div>
3333
<div className="admonition-content">
3434
<p>
35-
Ory and your UI must be on the hosted on same top level domain. You
36-
can't host Ory and your UI on separate top level domains:
35+
Ory and your UI must be hosted on the same top level domain. You can't
36+
host Ory and your UI on separate top level domains:
3737
</p>
3838
<ul>
3939
<li>

0 commit comments

Comments
 (0)