summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJie Luo <luo612@zju.edu.cn>2016-12-21 16:59:00 +0800
committerJie Luo <luo612@zju.edu.cn>2016-12-21 17:29:10 +0800
commit8184034f2a39f6dbf78025610313fb506978dbf6 (patch)
tree4185437456409e2271c756c934df6891d3c9a123
parentd44bbb5aff82f2108398c446934337dae0b9cd77 (diff)
fix a typo
Signed-off-by: Jie Luo <luo612@zju.edu.cn> Update application_service_definition_notes.md
-rw-r--r--community/developer-summit-2016/application_service_definition_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/developer-summit-2016/application_service_definition_notes.md b/community/developer-summit-2016/application_service_definition_notes.md
index 54b13192..e8f4c0c5 100644
--- a/community/developer-summit-2016/application_service_definition_notes.md
+++ b/community/developer-summit-2016/application_service_definition_notes.md
@@ -36,7 +36,7 @@ Is this different from what the PAASes already do? It's not that different, we
Being able to view an application as a single unifying concept is a major desire. Want to click "my app" and see all of the objects associated with it. It would be an overlay on top of Kubernetes, not something in core.
-One pending feature is that you can't look up different types of controllers in the API, that's going to be fixed. Another one is that we can't trace the depenences; helm doesn't label all of the components deployed with the app.
+One pending feature is that you can't look up different types of controllers in the API, that's going to be fixed. Another one is that we can't trace the dependencies; helm doesn't label all of the components deployed with the app.
Need to identify things which are missing in core kubernetes, if there are any.