Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Fixed broken and incorrect markdown syntax #1023

Merged
merged 1 commit into from Feb 11, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/documentation/features/internationalization.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ ESH-INF/i18n
```

Example files:

```
ESH-INF/i18n
yahooweather_de.properties
yahooweather_de_DE.properties
yahooweather_fr.properties
|- ESH-INF
|---- i18n
|------- yahooweather_de.properties
|------- yahooweather_de_DE.properties
|------- yahooweather_fr.properties
```

## Internationalize Binding XML files
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/features/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ There are system module types which are provided by the system and there could b
input variables - list of meta data for the supported input objects
output variables - list of meta data for the supported output objects

** configDescriptions** has the following metadata defined for each property
**configDescriptions** has the following metadata defined for each property

name
type - one of the following "text", "integer", "decimal", "boolean"
Expand Down