Skip to content

Commit 34a8a24

Browse files
authored
Fixed typo
1 parent 5c22f34 commit 34a8a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Micro-services currently implemented are the following:
3434
The last three micro-services are still a work in progress. Most of these micro-services have been implemented using [`ruby`](https://github.com/ruby/ruby/tree/ruby_2_2) programming language and the [`sinatra`](https://github.com/sinatra/sinatra) framework. The exception is the [`son-gtklic`](https://github.com/sonata-nfv/son-gkeeper/tree/master/son-gtklic), which is implemented in [`python`](https://www.python.org/). The only need is that the micro-service to be implemented provides a REST API, whatever the language it is implemented in.
3535

3636
### Building
37-
'Building' the Gatekkeper, given the approach mentioned above, is more like 'composing' it from the available micro-services. So:
37+
'Building' the Gatekeeper, given the approach mentioned above, is more like 'composing' it from the available micro-services. So:
3838

3939
* each micro-service is provided in its own container (we're using [`docker`](https://github.com/docker/docker));
4040
* the `Dockerfile` in each folder specifies the environment the container needs to work;

0 commit comments

Comments
 (0)