Update docs/source/architecture.md

Co-Authored-By: Tim Head <betatim@gmail.com>
pull/692/head
Chris Holdgraf 2019-05-27 21:34:43 -07:00 zatwierdzone przez GitHub
rodzic dbaec44517
commit 90a59b233f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -118,7 +118,7 @@ a path to a repository. This might be a local path or a URL. Upon being called,
`repo2docker` will loop through all ContentProviders and perform the following
commands:
* Run the `detect(` method on the repository path given to `repo2docker`. This
* Run the `detect()` method on the repository path given to `repo2docker`. This
should return `True` if the path matches what the ContentProvider is looking
for.