Skip to content

Commit c5cc09b

Browse files
jwilanderjoelanford
authored andcommitted
Fix typo in user guide (#989)
1 parent 65357f8 commit c5cc09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ mgr, err := manager.New(cfg, manager.Options{Namespace: ""})
7979

8080
## Add a new Custom Resource Definition
8181

82-
Add a new Custom Resource Definition(CRD) API called Memcached, with APIVersion `cache.example.com/v1apha1` and Kind `Memcached`.
82+
Add a new Custom Resource Definition(CRD) API called Memcached, with APIVersion `cache.example.com/v1alpha1` and Kind `Memcached`.
8383

8484
```sh
8585
$ operator-sdk add api --api-version=cache.example.com/v1alpha1 --kind=Memcached

0 commit comments

Comments
 (0)