Skip to content

Commit 9bd69c1

Browse files
committed
‘subdirectory’ not ‘sub-directory’
1 parent d29de5a commit 9bd69c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

development/the-pluggable-ui-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ In this section:
123123

124124
`admin_side > footer`
125125
* **When it occurs:** When the theme's footer bar is rendered.
126-
* **What it allows:** Alteration of the footer area of each panel. Theme authors do this by writing a `footer()` function in their theme's PHP file.
126+
* **What it allows:** Alteration of the footer area of each panel. Theme authors do this by writing a `footer()` function in their theme's PHP file.
127127

128128
### UI elements
129129

installation/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The zip package will have a folder/file tree matching that in the [Textpattern r
116116

117117
If you intend to use Textpattern to manage the entire website, you'll upload the install package to your web root (i.e. the root of your web domain). For many hosts, the path to the root looks like this: */users/home/{username}/web/public/*, where {username} is your user account name. You would upload the Textpattern package to the `/public` directory (equal to `yourexample.com`).
118118

119-
You may, of course, install it in a sub-directory if you're only using Textpattern to run a blog, for example, as part of a larger site (generally people who do that end up [moving the installation](/installation/moving-textpattern) later).
119+
You may, of course, install it in a subdirectory if you're only using Textpattern to run a blog, for example, as part of a larger site (generally people who do that end up [moving the installation](/installation/moving-textpattern) later).
120120

121121
You will use FTP, or Secure-FTP (SFTP) if your web host requires it, to upload the package to your desired web server location. Two capable clients are WinSCP for Windows and Transmit for Mac.
122122

@@ -136,7 +136,7 @@ You should now be looking at the default installation screen, which shows the Te
136136

137137
Choose the language you want and select the **Submit** button.
138138

139-
[^3]: If you don't see this screen, check your URL path. Should it be `https` or `www.`? Did you install in a sub-directory? Is there a typo?
139+
[^3]: If you don't see this screen, check your URL path. Should it be `https` or `www.`? Did you install in a subdirectory? Is there a typo?
140140

141141
[^4]: You can change the UI language any time after setup in the [Preferences panel](/administration/preferences-panel).
142142

0 commit comments

Comments
 (0)