mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-08 22:31:30 +01:00
fix(posts): spelling mistakes
This commit is contained in:
parent
48d35776a9
commit
5fbae8601f
@ -39,7 +39,7 @@ export const Head: React.FC<HeadProps> = (props) => {
|
|||||||
<meta name='twitter:card' content='summary' />
|
<meta name='twitter:card' content='summary' />
|
||||||
<meta name='twitter:description' content={description} />
|
<meta name='twitter:description' content={description} />
|
||||||
<meta name='twitter:title' content={title} />
|
<meta name='twitter:title' content={title} />
|
||||||
<meta name='twitter:image:src' content={image} />
|
<meta name='twitter:image' content={image} />
|
||||||
|
|
||||||
{/* Google Verification */}
|
{/* Google Verification */}
|
||||||
<meta
|
<meta
|
||||||
|
@ -12,7 +12,7 @@ export const InterestItem: React.FC<InterestItemProps> = (props) => {
|
|||||||
return (
|
return (
|
||||||
<li className='interest-item my-2 mx-2 h-8 w-8' title={title}>
|
<li className='interest-item my-2 mx-2 h-8 w-8' title={title}>
|
||||||
<FontAwesomeIcon
|
<FontAwesomeIcon
|
||||||
className='block h-full w-full cursor-pointer text-yellow dark:text-yellow-dark'
|
className='block h-full w-full text-yellow dark:text-yellow-dark'
|
||||||
icon={fontAwesomeIcon}
|
icon={fontAwesomeIcon}
|
||||||
/>
|
/>
|
||||||
</li>
|
</li>
|
||||||
|
@ -29,7 +29,7 @@ Code like that works great, but it is not enough, even if the code will be read
|
|||||||
|
|
||||||
For example the [Linux kernel](https://www.kernel.org/), is one of the biggest open source project with many contributors worldwide. Last data shows that it is about **20 millions** lines of code.
|
For example the [Linux kernel](https://www.kernel.org/), is one of the biggest open source project with many contributors worldwide. Last data shows that it is about **20 millions** lines of code.
|
||||||
|
|
||||||
With a project of this magnitude, we can't let everyone do what they wants and however they wants, **we must set rules and conventions** to get everyone to agree, this allows to add features faster and will reduce possible bugs as **developers** will not struggle as much to understand the code.
|
With a project of this magnitude, we can't let everyone do what they want and however they want, **we must set rules and conventions** to get everyone to agree, this allows to add features faster and will reduce possible bugs as **developers** will not struggle as much to understand the code.
|
||||||
|
|
||||||
## Definition : Design Patterns
|
## Definition : Design Patterns
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ I decided to keep things simple, here are the 2 main features missing on my blog
|
|||||||
- Comments (you can interact with me on my Twitter account)
|
- Comments (you can interact with me on my Twitter account)
|
||||||
- Views counter
|
- Views counter
|
||||||
|
|
||||||
That not mean that theses features will never be implemented, but to avoid the need of a database now, I dropped out theses features.
|
That not mean that these features will never be implemented, but to avoid the need of a database now, I dropped out these features.
|
||||||
|
|
||||||
### Technologies
|
### Technologies
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user