Fixed missing double quote
This commit is contained in:
parent
af38e3c8be
commit
0a5fc199ae
|
@ -84,7 +84,7 @@ in [ Person::{
|
||||||
, Person::{
|
, Person::{
|
||||||
, name = "Joseph Crawley"
|
, name = "Joseph Crawley"
|
||||||
, tags =
|
, 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"
|
, gitLink = "https://github.com/espe-on"
|
||||||
, twitter = "https://twitter.com/espe_on_"
|
, twitter = "https://twitter.com/espe_on_"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue