1
0
mirror of https://github.com/til-schneider/slim-wiki.git synced 2025-08-09 18:16:38 +02:00

Fixed typos

This commit is contained in:
til-schneider
2016-02-03 09:16:18 +01:00
parent 3a4e8be732
commit 89c977b920
2 changed files with 3 additions and 3 deletions

View File

@@ -44,8 +44,8 @@ Now link the project directory to a locally installed Apache Webserver with PHP
Go to the browser and open one of: Go to the browser and open one of:
- `http:localhost/path/to/src/` - for the development version using the source JavaScript files. - `http://localhost/path/to/src/` - for the development version using the source JavaScript files.
- `http:localhost/path/to/dist/` - for the production version using compressed CSS and JavaScript. - `http://localhost/path/to/dist/` - for the production version using compressed CSS and JavaScript.

View File

@@ -127,7 +127,7 @@ Create a simple code block by intending the text using 4 or more spaces:
which(isEasy) toRemember(); which(isEasy) toRemember();
~~~ ~~~
You can also create a code block using `~~~` or <code>```</code>. If you set a language (e.g. `~~~ xml`), your code will be shown using syntax highlighting: You can also create a code block using `~~~` or <code>&#96;&#96;&#96;</code>. If you set a language (e.g. `~~~ xml`), your code will be shown using syntax highlighting:
~~~ xml ~~~ xml
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>