Skip to content

Commit 98d57f0

Browse files
authored
Fix documentation typos (#354)
* fix: a typo spelling: InlineContentBuilder * fix: a typo spelling: markdown
1 parent 5f61335 commit 98d57f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/MarkdownUI/DSL/Inlines/InlineContentBuilder.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Foundation
33
/// A result builder that you can use to compose Markdown inline content.
44
///
55
/// You don't call the methods of the result builder directly. Instead, MarkdownUI annotates the `content` parameter of the
6-
/// ``Paragraph``, ``Heading``, and ``TextTableColumn`` initializers with the `@InlineContentBuider` attribute,
6+
/// ``Paragraph``, ``Heading``, and ``TextTableColumn`` initializers with the `@InlineContentBuilder` attribute,
77
/// implicitly calling this builder for you.
88
@resultBuilder public enum InlineContentBuilder {
99
public static func buildBlock(_ components: InlineContentProtocol...) -> InlineContent {

Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import SwiftUI
22

3-
/// The properties of a list marker in a mardown list.
3+
/// The properties of a list marker in a markdown list.
44
///
55
/// The theme ``Theme/bulletedListMarker`` and ``Theme/numberedListMarker``
66
/// block styles receive a `ListMarkerConfiguration` input in their `body` closure.

0 commit comments

Comments
 (0)