Skip to content

Commit 36967c0

Browse files
Pluralize templates in markdown files (#584)
Pluralize templates
1 parent fa983fc commit 36967c0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
While Nodes works out-of-the-box with [UIKit](https://developer.apple.com/documentation/uikit) and [SwiftUI](https://developer.apple.com/xcode/swiftui) (for iOS), the following custom configuration is required to use other UI frameworks, such as [AppKit](https://developer.apple.com/documentation/appkit).
44

5-
## Configure the Xcode Template Generator
5+
## Configure the Xcode Templates Generator
66

77
Specify a path to a custom config file by providing the `--config` option when executing `nodes-xcode-templates-gen`.
88

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ Each node is comprised of a few pre-defined types working in conjunction to powe
6060

6161
Nodes' Xcode templates are required to ensure correct use of the Nodes framework and to guarantee that every created node is properly defined.
6262

63-
Installation of the templates is performed by the Xcode template generator (the `nodes-xcode-templates-gen` executable in the Swift package). Without customizing the generator, Xcode templates for UIKit and SwiftUI (for iOS) are installed by default. The generator supports [optional customization](#optional-customization) if needed.
63+
Installation of the templates is performed by the Xcode templates generator (the `nodes-xcode-templates-gen` executable in the Swift package). Without customizing the generator, Xcode templates for UIKit and SwiftUI (for iOS) are installed by default. The generator supports [optional customization](#optional-customization) if needed.
6464

6565
> TIP: After completing the [Quick Start](#quick-start) setup (below), Nodes' Xcode templates will be ***installed automatically***, so these instructions to manually install the Xcode templates ***may be skipped*** and are included here simply as a reference.
6666
6767
<details>
68-
<summary><h4>Xcode Template Installation</h4></summary>
68+
<summary><h4>Xcode Templates Installation</h4></summary>
6969

7070
To install Nodes' Xcode templates manually, first add Nodes as a dependency to a `Package.swift` file.
7171

RxSwift.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
While Nodes works out-of-the-box with [Combine](https://developer.apple.com/documentation/combine), the following custom configuration and setup is required to use other reactive frameworks, such [RxSwift](https://github.com/ReactiveX/RxSwift).
44

5-
## Configure the Xcode Template Generator
5+
## Configure the Xcode Templates Generator
66

77
Specify a path to a custom config file by providing the `--config` option when executing `nodes-xcode-templates-gen`.
88

0 commit comments

Comments
 (0)