Fixed missing double quote
This commit is contained in:
parent
af38e3c8be
commit
0a5fc199ae
|
@ -84,7 +84,7 @@ in [ Person::{
|
|||
, Person::{
|
||||
, name = "Joseph Crawley"
|
||||
, tags =
|
||||
[ "javascript", "react", "csharp", "python", "full-stack", "web", "bash", "linux ]
|
||||
[ "javascript", "react", "csharp", "python", "full-stack", "web", "bash", "linux" ]
|
||||
, gitLink = "https://github.com/espe-on"
|
||||
, twitter = "https://twitter.com/espe_on_"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue