Skip to content

Commit 77aee3c

Browse files
Update website/content/en/docs/faq.md
Make FAQ description more generic. Co-authored-by: Camila Macedo <[email protected]>
1 parent 966c327 commit 77aee3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/content/en/docs/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func (r *ReconcileMemcached) Reconcile(request reconcile.Request) (reconcile.Res
123123
}
124124
```
125125
126-
## When using the "Getting Started" guide, I see deepcopy errors and image build fails. How do I fix this?
126+
## I see deepcopy errors and image build fails. How do I fix this?
127127
128128
When you run the ```operator-sdk generate k8s``` command while following the [Getting Started][getting-started-guide] guide, you might see an error like this
129129
@@ -150,4 +150,4 @@ This will work for the current terminal instance, to make it more permanent, con
150150
[client.Reader]:https://godoc.org/sigs.k8s.io/controller-runtime/pkg/client#Reader
151151
[rbac]:https://kubernetes.io/docs/reference/access-authn-authz/rbac/
152152
[goroot-github-issue]:https://github.com/operator-framework/operator-sdk/issues/1854#issuecomment-525132306
153-
[getting-started-guide]:https://github.com/operator-framework/getting-started#overview
153+
[getting-started-guide]:https://github.com/operator-framework/getting-started#overview

0 commit comments

Comments
 (0)