Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 777c651

Browse files
committed
Update docs to be consistent with the HTTP API doc
1 parent aa4ea90 commit 777c651

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/WordPressKit/Models/RemoteBlog.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ import Foundation
3737
/// Features available for the current blog's plan.
3838
public var planActiveFeatures = [String]()
3939

40-
/// Indicates whether the jetpack connection is active.
40+
/// Indicates whether the site is a Jetpack site or not.
4141
public var jetpack: Bool = false
4242

43-
/// Indicates whether it's a Jetpack connected site.
43+
/// Indicates whether the site is connected to WP.com via `jetpack-connection`.
4444
public var jetpackConnection: Bool = false
4545

4646
/// Boolean indicating whether the current user has Admin privileges, or not.

0 commit comments

Comments
 (0)