Skip to content

Commit 71fd72b

Browse files
authored
Corrected grammar mistake
1 parent 5a3af67 commit 71fd72b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is a blog software completely written in C# / Blazor. The aim is to have it
77

88
## How does it work
99
The basic idea is that the content creator writes his posts in markdown language (like this readme file).
10-
The markdown will then by translated to HTML and displayed to the client. This gives an easy entry to writing posts with all the flexibility markdown has.
10+
The markdown will then be translated into HTML and displayed to the client. This gives an easy entry to writing posts with all the flexibility markdown has.
1111
This also includes source code snippets. Right now only C# is highlighted properly but other languages can be extended easily as the highlighting is done via highlight.js.
1212

1313
## In Action
@@ -161,4 +161,4 @@ Furthermore the following tags are set:
161161
| Tag | Index | Display Blog Post |
162162
| ---------------------------------------- | ------------------------------------ | ----------------------------- |
163163
| Title of the web page | Defined in AppConfiguration.BlogName | Title of the blogpost |
164-
| <meta name="keyword" content="" /> | not set | Tags defined in the Blog Post |
164+
| <meta name="keyword" content="" /> | not set | Tags defined in the Blog Post |

0 commit comments

Comments
 (0)