diff --git a/src/pages/solve/QUBO.tsx b/src/pages/solve/QUBO.tsx
index 75f8a3a..d3e31e8 100644
--- a/src/pages/solve/QUBO.tsx
+++ b/src/pages/solve/QUBO.tsx
@@ -21,10 +21,10 @@ const QUBO: NextPage = () => {
QUBO Solver
In the Quadratic Unconstrained Binary Optimization problem, we try to
- find the assignment for a finite amount of 0/1
- decision variables that minimizes a given quadratic term with these
- variables. The problem statement is given in the LP format and all
- solvers will present a variable assigment as a solution.
+ find the assignment for a finite amount of 0/1
decision
+ variables that minimizes a given quadratic term with these variables.
+ The problem statement is given in the LP format and all solvers will
+ present a variable assigment as a solution.