mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-29 08:39:58 +02:00
Fix several typos
Found using `codespell -wi3 **/*`.
This commit is contained in:
@@ -14,8 +14,8 @@ const Details: React.FC<{}> = () => {
|
||||
return (
|
||||
<DetailsLayout title="Watermark">
|
||||
<Helmet>
|
||||
<meta name="description" content="Create a watermask with CSS" />
|
||||
<meta name="keywords" content="css watermask" />
|
||||
<meta name="description" content="Create a watermark with CSS" />
|
||||
<meta name="keywords" content="css watermark" />
|
||||
</Helmet>
|
||||
<div className='p-8 pb-20'>
|
||||
<BrowserFrame
|
||||
|
Reference in New Issue
Block a user