Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 611c991

Browse files
committed
Small docs update
1 parent aba6500 commit 611c991

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/developers-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
1. [Introduction](#introduction)
66
2. [Getting Set Up](#getting-set-up)
7-
* [System Requirements](#system-requirements)
7+
a. [System Requirements](#system-requirements)
88
3. [Configuring The Doc Type Grid Editor](#configuring-the-doc-type-grid-editor)
99
4. [Hooking Up The Doc Type Grid Editor](#hooking-up-the-doc-type-grid-editor)
1010
5. [Rendering a Doc Type Grid Editor](#rendering-a-doc-type-grid-editor)
11-
* [Rendering Alternative Preview Content](#rendering-alternative-preview-content)
12-
* [DocTypeGridEditorSurfaceController](#doctypegrideditorsurfacecontroller)
11+
a. [Rendering Alternative Preview Content](#rendering-alternative-preview-content)
12+
b. [DocTypeGridEditorSurfaceController](#doctypegrideditorsurfacecontroller)
1313
6. [Useful Links](#useful-links)
1414

1515
---

src/Our.Umbraco.DocTypeGridEditor/Web/Controllers/DocTypeGridEditorApiController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public HttpResponseMessage GetPreviewMarkup([FromBody] PreviewData data, [FromUr
128128
};
129129
}
130130

131-
// TODO: Review this, the call feels heavy.
131+
// Set the culture for the preview
132132
if (page != null)
133133
{
134134
var culture = page.GetCulture();

0 commit comments

Comments
 (0)