Fix typos
This commit is contained in:
parent
e5b2a2be2f
commit
f312b943e6
@ -923,7 +923,7 @@ export default function ControlPanel({
|
||||
],
|
||||
function: () => {},
|
||||
},
|
||||
Properties: {
|
||||
Settings: {
|
||||
function: () => {},
|
||||
},
|
||||
Exit: {
|
||||
|
@ -84,8 +84,8 @@ export default function TableOverview(props) {
|
||||
<Popover
|
||||
content={
|
||||
<div className="w-[300px] text-sm popover-theme">
|
||||
This feature is meant for object-relational DMSMs like
|
||||
PostgreSQL. However, if used for relational DMSMs, a JSON type
|
||||
This feature is meant for object-relational DBSMs like
|
||||
PostgreSQL. However, if used for relational DBSMs, a JSON type
|
||||
will be generated with the custom type schema.
|
||||
</div>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user