diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index daa5c14..34c7acd 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -28,6 +28,6 @@ When we disagree, try to understand why. Disagreements, both social and technica If a participant engages in harassing behavior, the organizers may take any action they deem appropriate, including warning the offender or expulsion from the event with no refund. The organizers and volunteers will be introduced at the beginning of the event. -We're people trying to make the world better. +We're people who are trying to make the world better. _For our Code of Conduct we have based ours on the excellent one made by the Django Project._ diff --git a/db/seeds.rb b/db/seeds.rb index 9af738e..882d4e9 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -26,7 +26,7 @@ Target.find_or_create_by!( name: "Emily's Lake", target_type_id: target_type.id, - description: "Emily's Lake is small lake outside Washington DC that is home to many unqiue and migratory birds. etc.", + description: "Emily's Lake is small lake outside Washington that is home to many unqiue and migratory birds. etc.", project: project2, )