From 93112104c1657a761ea59a63eece955d5071ca7f Mon Sep 17 00:00:00 2001 From: Mister-Mario Date: Sat, 17 Feb 2024 14:18:08 +0100 Subject: [PATCH] Small puntuation error Co-authored-by: uo289267 --- docs/src/05_building_block_view.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/05_building_block_view.adoc b/docs/src/05_building_block_view.adoc index 1609e9ff..df003efb 100644 --- a/docs/src/05_building_block_view.adoc +++ b/docs/src/05_building_block_view.adoc @@ -81,6 +81,6 @@ Contained Building Blocks:: * *_HOME_ GAMEMODE PAGE* : Microservice that will let the user start a game. * *_QUESTION GAME_ GAME CONFIGURATION* Microservice that will let the user customize some game parameters (amount of questions, time to respond a question, etc). * *_QUESTION GAME_ QUESTION RESTAPI* Microservice that will work as our open API allowing other systems to retrieve information like: - ** Random questions and corresponding answers + ** Random questions and corresponding answers. * *_QUESTION GAME_ QUESTION GENERATOR* Microservice that will generate the different questions for our game communicating with wikidata. * *_QUESTION GAME_ GAME* Microservice that will show the different questions for our game and manage the user answers in order to give a final score.