From a38bae19b566572130493f5818bdb56f9a7ab6f3 Mon Sep 17 00:00:00 2001 From: Petr Stefan Date: Thu, 24 Nov 2016 15:24:14 +0100 Subject: [PATCH] Reorder words to avoid paragraph overflow --- Web-application.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web-application.md b/Web-application.md index b8a2527..5b80dbe 100644 --- a/Web-application.md +++ b/Web-application.md @@ -129,7 +129,7 @@ A package [react-bootstrap](https://react-bootstrap.github.io/) is used. Compone ##### CommentThread -[CommentThread](https://github.com/ReCodEx/web-app/blob/master/src/components/AdminLTE/CommentThread/CommentThread.js) component is used directly by the `CommentThreadContainer` described earlier and uses the HTML markup introduced by the theme author to achieve nice comment threads. +[CommentThread](https://github.com/ReCodEx/web-app/blob/master/src/components/AdminLTE/CommentThread/CommentThread.js) component is used directly by the earlier described `CommentThreadContainer` and uses the HTML markup introduced by the theme author to achieve nice comment threads. ##### Avatar, LoadingAvatar, FailedAvatar