Skip to content

Commit

Permalink
typo: fix category/categories in frontmatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jm3 committed Jul 6, 2019
1 parent d331982 commit 28c371c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion content/learnings/aws-amplify-console-ci-cd-pipeline.md
Expand Up @@ -4,7 +4,7 @@ tags: [code, command line, tools]
goal: Front-End Engineering
date: 2019-06-08
summary: glue to unify the AWS service zoo for front-end devs
category: code
categories: code

---

Expand Down
2 changes: 1 addition & 1 deletion content/learnings/comments-in-hugo-templates.md
Expand Up @@ -4,7 +4,7 @@ summary: without being stripped out by the processor
tags: [ code, Hugo, Debugging]
date: 2019-06-19
goal: Front-End Engineering
category: code
categories: code

---

Expand Down
2 changes: 1 addition & 1 deletion content/learnings/css-grid-area-slash-shortcuts.md
Expand Up @@ -4,7 +4,7 @@ tags: [code, CSS3, Grid]
goal: Front-End Engineering
date: 2019-06-14
summary: Because who has time to type all this stuff out?
category: code
categories: code

---

Expand Down
2 changes: 1 addition & 1 deletion content/learnings/emoji-css-class-names.md
Expand Up @@ -4,7 +4,7 @@ summary: " 😂"
tags: [code, CSS3]
goal: Front-End Engineering
date: 2019-06-17
category: code
categories: code

---

Expand Down
2 changes: 1 addition & 1 deletion content/learnings/flexbox-one-dimension.md
Expand Up @@ -4,7 +4,7 @@ summary: one-dimensional (linear) layouts
tags: [code, CSS3]
date: 2019-06-01
goal: Front-End Engineering
category: code
categories: code

---

Expand Down
2 changes: 1 addition & 1 deletion content/learnings/inlining-svg.md
Expand Up @@ -4,7 +4,7 @@ summary: Save a network call and gain styling benefits
tags: [ code, HTML5 ]
date: 2019-06-16
goal: Front-End Engineering
category: code
categories: code

---

Expand Down
2 changes: 1 addition & 1 deletion content/learnings/native-css-variables.md
Expand Up @@ -4,7 +4,7 @@ tags: [code, CSS3, Color]
goal: Front-End Engineering
summary: CSS now has variables — it only took 20 years! 😲
date: 2019-06-08
category: code
categories: code

---

Expand Down
2 changes: 1 addition & 1 deletion content/learnings/splice-arrays.md
Expand Up @@ -4,7 +4,7 @@ tags: [code, Javascript]
goal: Front-End Engineering
date: 2019-06-01
summary: The swiss-army knife of arrays
category: code
categories: code

---

Expand Down
2 changes: 1 addition & 1 deletion content/learnings/webm-video-containers.md
Expand Up @@ -4,7 +4,7 @@ tags: [code, Flinto, tools]
goal: Front-End Engineering
date: 2019-06-04
summary: An open source container video format
category: code
categories: code

---

Expand Down

0 comments on commit 28c371c

Please sign in to comment.