diff --git a/exercises/practice/acronym/.meta/config.json b/exercises/practice/acronym/.meta/config.json index 9f18e9b00..41a47b459 100644 --- a/exercises/practice/acronym/.meta/config.json +++ b/exercises/practice/acronym/.meta/config.json @@ -1,5 +1,5 @@ { - "blurb": "Convert a long phrase to its acronym", + "blurb": "Convert a long phrase to its acronym.", "authors": [ "matthewmorgan" ], diff --git a/exercises/practice/armstrong-numbers/.meta/config.json b/exercises/practice/armstrong-numbers/.meta/config.json index d197c8b12..686d1ee03 100644 --- a/exercises/practice/armstrong-numbers/.meta/config.json +++ b/exercises/practice/armstrong-numbers/.meta/config.json @@ -1,5 +1,5 @@ { - "blurb": "Determine if a number is an Armstrong number", + "blurb": "Determine if a number is an Armstrong number.", "authors": [ "sjwarner-bp" ], diff --git a/exercises/practice/change/.meta/config.json b/exercises/practice/change/.meta/config.json index 3a99211a6..d90ba5298 100644 --- a/exercises/practice/change/.meta/config.json +++ b/exercises/practice/change/.meta/config.json @@ -1,5 +1,5 @@ { - "blurb": "Correctly determine change to be given using the least number of coins", + "blurb": "Correctly determine change to be given using the least number of coins.", "authors": [ "stkent" ], diff --git a/exercises/practice/collatz-conjecture/.meta/config.json b/exercises/practice/collatz-conjecture/.meta/config.json index 19a0aa123..8d6995ad8 100644 --- a/exercises/practice/collatz-conjecture/.meta/config.json +++ b/exercises/practice/collatz-conjecture/.meta/config.json @@ -1,5 +1,5 @@ { - "blurb": "Calculate the number of steps to reach 1 using the Collatz conjecture", + "blurb": "Calculate the number of steps to reach 1 using the Collatz conjecture.", "authors": [ "stkent" ], diff --git a/exercises/practice/error-handling/.meta/config.json b/exercises/practice/error-handling/.meta/config.json index 3a7c431cc..6601fd2a0 100644 --- a/exercises/practice/error-handling/.meta/config.json +++ b/exercises/practice/error-handling/.meta/config.json @@ -1,5 +1,5 @@ { - "blurb": "Implement various kinds of error handling and resource management", + "blurb": "Implement various kinds of error handling and resource management.", "authors": [ "CRivasGomez" ], diff --git a/exercises/practice/forth/.meta/config.json b/exercises/practice/forth/.meta/config.json index e5e71f8e4..da4f925de 100644 --- a/exercises/practice/forth/.meta/config.json +++ b/exercises/practice/forth/.meta/config.json @@ -1,5 +1,5 @@ { - "blurb": "Implement an evaluator for a very simple subset of Forth", + "blurb": "Implement an evaluator for a very simple subset of Forth.", "authors": [ "stkent" ], diff --git a/exercises/practice/grade-school/.meta/config.json b/exercises/practice/grade-school/.meta/config.json index 5f4e1a8a4..139648007 100644 --- a/exercises/practice/grade-school/.meta/config.json +++ b/exercises/practice/grade-school/.meta/config.json @@ -1,5 +1,5 @@ { - "blurb": "Given students' names along with the grade that they are in, create a roster for the school", + "blurb": "Given students' names along with the grade that they are in, create a roster for the school.", "authors": [ "sit" ], diff --git a/exercises/practice/simple-cipher/.meta/config.json b/exercises/practice/simple-cipher/.meta/config.json index dcc65bd65..6661b0b8c 100644 --- a/exercises/practice/simple-cipher/.meta/config.json +++ b/exercises/practice/simple-cipher/.meta/config.json @@ -1,5 +1,5 @@ { - "blurb": "Implement a simple shift cipher like Caesar and a more secure substitution cipher", + "blurb": "Implement a simple shift cipher like Caesar and a more secure substitution cipher.", "authors": [], "contributors": [ "FridaTveit", diff --git a/exercises/practice/simple-linked-list/.meta/config.json b/exercises/practice/simple-linked-list/.meta/config.json index 86341ee9e..3192acd6e 100644 --- a/exercises/practice/simple-linked-list/.meta/config.json +++ b/exercises/practice/simple-linked-list/.meta/config.json @@ -1,5 +1,5 @@ { - "blurb": "Write a simple linked list implementation that uses Elements and a List", + "blurb": "Write a simple linked list implementation that uses Elements and a List.", "authors": [ "matthewmorgan" ],