correct typo

This commit is contained in:
Ayo Ayco 2018-01-13 18:21:22 +08:00
parent eb5e80298e
commit ca292d398f

View file

@ -1,14 +1,13 @@
---
title: "Hello, World!"
permalink: '/hello-world'
---
### Oh, another hello world thingy
Oh, another new blog! What's this about?
Yes, yet another blog. Hopefully this one sticks.
**Full Hacker** is like [Life Hacker](https://lifehacker.com), but for developers. This will be a place to share some "Life Hacks" that developers want to share to other developers, like automation, new tech, freebies, tools, etc.
Test inline code: `hey`
This is not a place to ask coding questions. We got [Stack Overflow](https://stackoverflow.com) for that already. Instead, here, we just share secrets that make our work and life easier as developers. Let's talk about more of this later. ;)
Contributing is simple, hit us up with an email: [FullHackerBlog@gmail.com](mailto:fullhackerblog@gmail.com) or head over to our [Github](https://github.com/fullhacker).
``` javascript
// here's some code
console.log("here's some code");
```