Skip to content

Commit 867d210

Browse files
committed
Linting
1 parent eb7dd33 commit 867d210

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

16/umbraco-cms/reference/searching/examine/indexing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ The order of these registrations matters. It is important to register your index
496496

497497
If you have a need, you can also use an Examine index for other data, that you aren't managing as Umbraco content.
498498

499-
As an illustrative example, we can define a collection of books. Here we just have a hardcoded collection. In the real-world, it's more likely these will come from a database.
499+
As an illustrative example, we can define a collection of books. Here we have a hardcoded collection. In the real-world, it's more likely these will come from a database.
500500

501501
```csharp
502502
namespace Umbraco.Docs.Samples.Web.CustomIndexing;
@@ -577,7 +577,7 @@ public class ConfigureBookIndexOptions : IConfigureNamedOptions<LuceneDirectoryI
577577
}
578578
```
579579

580-
And once again, we need a composer to register the various components:
580+
And once again, we need a composer to register the necessary components:
581581

582582
```csharp
583583
using Examine;

17/umbraco-cms/reference/searching/examine/indexing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ The order of these registrations matters. It is important to register your index
496496

497497
If you have a need, you can also use an Examine index for other data, that you aren't managing as Umbraco content.
498498

499-
As an illustrative example, we can define a collection of books. Here we just have a hardcoded collection. In the real-world, it's more likely these will come from a database.
499+
As an illustrative example, we can define a collection of books. Here we have a hardcoded collection. In the real-world, it's more likely these will come from a database.
500500

501501
```csharp
502502
namespace Umbraco.Docs.Samples.Web.CustomIndexing;
@@ -577,7 +577,7 @@ public class ConfigureBookIndexOptions : IConfigureNamedOptions<LuceneDirectoryI
577577
}
578578
```
579579

580-
And once again, we need a composer to register the various components:
580+
And once again, we need a composer to register the necessary components:
581581

582582
```csharp
583583
using Examine;

0 commit comments

Comments
 (0)