Skip to content

Commit 4a8dd17

Browse files
committed
doc: rename exposes to exports
1 parent 6103cd3 commit 4a8dd17

23 files changed

Lines changed: 25 additions & 25 deletions

File tree

md/doc/akka/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Small module to build concurrent & distributed applications via [Akka](http://akka.io).
44

5-
## exposes
5+
## exports
66
* An ```ActorSystem```
77

88
## dependency

md/doc/aws/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# aws
22

3-
Small utility module that exposes ```AmazonWebServiceClient``` services.
3+
Small utility module that exports ```AmazonWebServiceClient``` services.
44

55
It also give you access to aws credentials (access and secret keys).
66

7-
## exposes
7+
## exports
88

99
* One ore more ```AmazonWebServiceClient```
1010

md/doc/camel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Enterprise Integration Patterns via [Apache Camel](http://camel.apache.org).
55
[Apache Camel](http://camel.apache.org) is a rule-based routing and mediation engine that provides a
66
Java object-based implementation of the Enterprise Integration Patterns using an API (or declarative Java Domain Specific Language) to configure routing and mediation rules.
77

8-
Exposes a [CamelContext], [ProducerTemplate] and [ConsumerTemplate].
8+
exports a [CamelContext], [ProducerTemplate] and [ConsumerTemplate].
99

1010
NOTE: This module was designed to provide a better integration with Jooby. This module doesn't
1111
depend on [camel-guice](http://camel.apache.org/guice.html), but it provides similar features.

md/doc/ebean/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ebean
22

3-
Object-Relational-Mapping via {{ebean}}. It configures and exposes ```EbeanServer``` instances.
3+
Object-Relational-Mapping via {{ebean}}. It configures and exports ```EbeanServer``` instances.
44

55
This module extends [jdbc module](/doc/jdbc), before going forward, make sure you read the doc of the [jdbc module](/doc/jooby-dbc) first.
66

7-
## exposes
7+
## exports
88

99
* ```EbeanServer``` objects
1010

md/doc/ehcache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Provides advanced cache features via {{ehcache}}
44

5-
## exposes
5+
## exports
66

77
* A ```CacheManager```
88
* Direct access to ```Ehcache``` instances

md/doc/elasticsearch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Getting a doc:
4747

4848
## client API
4949

50-
The module exposes a ```Client``` and ```Node``` instances, so it is possible to manage the index inside programmatically.
50+
The module exports a ```Client``` and ```Node``` instances, so it is possible to manage the index inside programmatically.
5151

5252
```java
5353

md/doc/ftl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# freemarker
22

3-
[Freemarker](http://freemarker.org) templates for [Jooby]({{site}}). Exposes a Configuration and [renderer]({{defdocs}}/Renderer.html).
3+
[Freemarker](http://freemarker.org) templates for [Jooby]({{site}}). exports a Configuration and [renderer]({{defdocs}}/Renderer.html).
44

55
## dependency
66

md/doc/gson/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
JSON support via [Gson](https://github.com/google/gson) library.
44

5-
## exposes
5+
## exports
66

77
* A [Gson](https://google-gson.googlecode.com/svn/trunk/gson/docs/javadocs/com/google/gson/Gson.html)
88
* A [Parser]({{apidocs}}/Parser.html)

md/doc/hbm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hibernate
22

3-
Object-Relational-Mapping via [Hibernate](http://hibernate.org/). Exposes an ```EntityManagerFactory``` and ```EntityManager``` services.
3+
Object-Relational-Mapping via [Hibernate](http://hibernate.org/). exports an ```EntityManagerFactory``` and ```EntityManager``` services.
44

55
This module extends [jdbc](/doc/jdbc) module, before going forward, make sure you read the doc of the [jdbc](/doc/jdbc) module first.
66

md/doc/hbs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# handlebars
22

3-
Mustache/Handlebars templates for [Jooby]({{site}}). Exposes a [Handlebars](https://github.com/jknack/handlebars.java) and [renderer]({{defdocs}}/Renderer.html).
3+
Mustache/Handlebars templates for [Jooby]({{site}}). exports a [Handlebars](https://github.com/jknack/handlebars.java) and [renderer]({{defdocs}}/Renderer.html).
44

55
## dependency
66

0 commit comments

Comments
 (0)