From e64b769aa23a35244c786f82b1e87f78eceb8920 Mon Sep 17 00:00:00 2001 From: UO288090 Date: Mon, 19 Feb 2024 12:36:15 +0100 Subject: [PATCH] chore: Resolving for the PR --- docs/src/05_building_block_view.adoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/src/05_building_block_view.adoc b/docs/src/05_building_block_view.adoc index 9060e76c..a58bcc73 100644 --- a/docs/src/05_building_block_view.adoc +++ b/docs/src/05_building_block_view.adoc @@ -23,7 +23,7 @@ This will be the general sketch of the elements interacting inside the applicati Contained Building Blocks:: **** -* **Player:** This is the user that will be playing with our application. They will need tl be authenticated to be able to play. +* **Player:** This is the user that will be playing with our application. They will need to be authenticated to be able to play. * **WIQ Application:** This is the main application that will reproduce how the game will work. This part will be more detailed in the following parts. * **WikiData API:** This is an external API, which will provide us with the information to produce the questions. @@ -40,7 +40,7 @@ This part will be more detailed later, since the structure of the different inte Here is an specification of the inner structure of the WIQ Application. **** -==== White Box __ +==== White Box _WIQ Application_ image::ContainerDiagram.png["Container for the WIQ System"] @@ -49,8 +49,6 @@ image::ContainerDiagram.png["Container for the WIQ System"] This diagram describes the internal organization of the WIQ Application. **** -//__ - Motivation:: An inner view on the WIQ Application and its components inside. How the WIQ application will be structured inside and its main components.