Skip to content

Commit b756c7d

Browse files
📖 (doc) - Fix typo issues in the tutorial scaffolded samples (replace indicies with indices)
📖 (doc) - Fix typo issues in the tutorial scaffolded samples (replace indicies with indices)
1 parent e451dfe commit b756c7d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎docs/book/src/cronjob-tutorial/testdata/project/internal/controller/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ var _ = BeforeSuite(func() {
141141
and it'd be easy to make mistakes.
142142
143143
Note that we keep the reconciler running against the manager's cache client, though -- we want our controller to
144-
behave as it would in production, and we use features of the cache (like indicies) in our controller which aren't
144+
behave as it would in production, and we use features of the cache (like indices) in our controller which aren't
145145
available when talking directly to the API server.
146146
*/
147147
k8sManager, err := ctrl.NewManager(cfg, ctrl.Options{

‎docs/book/src/multiversion-tutorial/testdata/project/internal/controller/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ var _ = BeforeSuite(func() {
140140
and it'd be easy to make mistakes.
141141
142142
Note that we keep the reconciler running against the manager's cache client, though -- we want our controller to
143-
behave as it would in production, and we use features of the cache (like indicies) in our controller which aren't
143+
behave as it would in production, and we use features of the cache (like indices) in our controller which aren't
144144
available when talking directly to the API server.
145145
*/
146146
k8sManager, err := ctrl.NewManager(cfg, ctrl.Options{

‎hack/docs/internal/cronjob-tutorial/writing_tests_env.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const SuiteTestDescription = `
8484
and it'd be easy to make mistakes.
8585
8686
Note that we keep the reconciler running against the manager's cache client, though -- we want our controller to
87-
behave as it would in production, and we use features of the cache (like indicies) in our controller which aren't
87+
behave as it would in production, and we use features of the cache (like indices) in our controller which aren't
8888
available when talking directly to the API server.
8989
*/
9090
k8sManager, err := ctrl.NewManager(cfg, ctrl.Options{

0 commit comments

Comments
 (0)