Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 108668c

Browse files
committed
Fix two smaller issues
1 parent fdef563 commit 108668c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/development/Setting-up-the-Build-Environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For working on chatoverflow the following tools must be installed on your PC:
2121

2222
4. Start developing!
2323

24-
## UNIX operating systems (MacOs / Linux)
24+
## UNIX operating systems (MacOS / Linux)
2525

2626
1. Save the [📄 install.sh](https://raw.githubusercontent.com/codeoverflow-org/chatoverflow-setup/master/install.sh) to the directory where you want to install the build environment.
2727

docs/development/Writing-a-plugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A simple version of the `plugin.xml` file might look like this:
2222

2323
!!! example
2424

25-
```xml
25+
```xml
2626
<plugin>
2727
<name>Demonstration</name>
2828
<author>sebinside</author>
@@ -37,7 +37,7 @@ A simple version of the `plugin.xml` file might look like this:
3737
<bugtracker>https://github.com/codeoverflow-org/chatoverflow/issues</bugtracker>
3838
<license>EPL-2.0</license>
3939
</plugin>
40-
```
40+
```
4141

4242
The properties called name, author, api versions and version are mandatory and the framework won't load the plugin, if one of these is missing. All others are optional information for the user. If you don't want to specify a value for those you can just omit them.
4343

0 commit comments

Comments
 (0)