Skip to content

Commit 0eaeff2

Browse files
authoredJul 21, 2020
Merge pull request #25 from Rizzrack09/typo
typo
2 parents cf5f96d + d403678 commit 0eaeff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎priv/repo/seeds.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
b = %Epoch.Board{
2-
name: "Tesing Board",
2+
name: "Testing Board",
33
description: "Testing grounds for discussion",
44
created_at: NaiveDateTime.truncate(NaiveDateTime.utc_now(), :second),
55
updated_at: NaiveDateTime.truncate(NaiveDateTime.utc_now(), :second)

0 commit comments

Comments
 (0)
Please sign in to comment.