Skip to content

Commit dc467d0

Browse files
author
DJP
authored
Fix grammar
1 parent 132211d commit dc467d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/REPL.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const REPL: React.VFC<ColumnDefinition<any>> = props => {
4141
{deprecated ? (
4242
<div className="bg-yellow-100 border-l-4 border-yellow-500 text-yellow-700 p-4 mb-4" role="alert">
4343
<p className="font-bold">Deprecated Column</p>
44-
<p className="my-2">This column has been deprecated. The feature will continue to work in apps that are currently using it, but new uses of the column is not supported. New apps are also unable to add this column.</p>
44+
<p className="my-2">This column has been deprecated. The feature will continue to work in apps that are currently using it, but new uses of the column are not supported. New apps are also unable to add this column.</p>
4545
</div>
4646
) : null}
4747
<div className="space-y-6">

0 commit comments

Comments
 (0)