Browse code

Clean up typos in hub_registry_spec.md

Couple of instances of incorrect articles (e.g. "an Docker Hub").

Hollie Teal authored on 2014/08/22 03:04:25
Showing 1 changed files
... ...
@@ -412,7 +412,7 @@ The Docker Hub has two main purposes (along with its fancy social features):
412 412
  - Authenticate a user as a repos owner (for a central referenced
413 413
     repository)
414 414
 
415
-### Without an Docker Hub
415
+### Without a Docker Hub
416 416
 
417 417
 Using the Registry without the Docker Hub can be useful to store the images
418 418
 on a private network without having to rely on an external entity
... ...
@@ -433,7 +433,7 @@ As hinted previously, a standalone registry can also be implemented by
433 433
 any HTTP server handling GET/PUT requests (or even only GET requests if
434 434
 no write access is necessary).
435 435
 
436
-### With an Docker Hub
436
+### With a Docker Hub
437 437
 
438 438
 The Docker Hub data needed by the Registry are simple:
439 439