Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit 216e0b4

Browse files
authored
Merge pull request #114 from squarejaw/fix-typos
Fix typos
2 parents b0a345c + 8b4b222 commit 216e0b4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

UserStories/BrowsingTheFriendshipGraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
The Linked Data People graph extends to several million organic user profiles over hundreds of multiple domains. If facebook is included (they are producers of linked data via turtle) it extends to over 1.4 billion profiles.
1414

15-
Facebook profiles generally require an OAuth token to use the API, this enables access control and viewing priveledges. Solid in general uses WebAccessControl and ACL's to achieve the same thing, but implementors may choose which approach they wish to take.
15+
Facebook profiles generally require an OAuth token to use the API, this enables access control and viewing privileges. Solid in general uses WebAccessControl and ACL's to achieve the same thing, but implementors may choose which approach they wish to take.
1616

1717
In Solid people are denoted by an HTTP URI. Normally, as a best practice the URI contains a fragment identifier (#). This is to help software disambiguate between an HTTP document and the person it talks about, in much the same way that a passport contains information about a person but a passport ID is the ID of that document, not the person.
1818

UserStories/UserProfileManagement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ She can do this either with a PUT which requires re-sending the full document as
152152

153153
#### update using PUT
154154

155-
PUT is the easiest for the client, as it does not have to calculate a diff between the original version it has and the version it wishes to have. We use If-Match, to make sure we don't override someone elses content.
155+
PUT is the easiest for the client, as it does not have to calculate a diff between the original version it has and the version it wishes to have. We use If-Match, to make sure we don't override someone else's content.
156156

157157
```http
158158
PUT /card HTTP/1.1

acl-inheritance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ In `defaultForNew`, ACL permissions are inherited from the whole path as in 'mom
5151
- Fast
5252

5353
#### Cons
54-
- Generates a storage reuirement for all the ACL files, which is a pain, especialy in a fiel space shared with other systems.
54+
- Generates a storage requirement for all the ACL files, which is a pain, especially in a file space shared with other systems.
5555
- Users may lose access to their resource by creating an ACL file that does not contain themselves.
5656
- Changing permissions recursively to a folder will require changing permission on each subfolder's ACL
5757

solid-webid-profiles.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ statements:
9191

9292
1. A profile MUST include a `foaf:name` (see the discussion
9393
on [user names](#recommendation-for-user-names-in-profiles) below).
94-
This does not have to be a real name, it can by any pseudnym, but
94+
This does not have to be a real name, it can by any pseudonym, but
9595
a string provided for apps to use for representing the user, in chats, sharing etc etc.
9696
2. A profile SHOULD include a public `foaf:image` of either a mugshot of the person or a chosen avatar
9797
to make the display of the user's contributions identifiable.
@@ -161,7 +161,7 @@ the following triples in the main profile document:
161161
1. $webid `http://www.w3.org/2002/07/owl#sameAs` ?public
162162
2. $webid `http://www.w3.org/2000/01/rdf-schema#seeAlso` ?public
163163

164-
Solid apps that interact as the user in question, logged in with their cedentials,
164+
Solid apps that interact as the user in question, logged in with their credentials,
165165
with their own WebID profile MUST also load and parse all
166166
of the related public public resources above and also will normally
167167
load the user's preferences file.
@@ -179,7 +179,7 @@ It is the first private file that the app discovers in this process, and
179179
it is the place which either stores, or leads to, all of the
180180
data which is private to the user, including settings
181181
and preferences, language and display preferences, and so on
182-
and all the user's pesonal data, be it contacts, pictures or health data.
182+
and all the user's personal data, be it contacts, pictures or health data.
183183

184184
The `solid:preferencesFile` link is unusual then in that it is a link
185185
from public data to private data. Otherwise, discovery happens in two

0 commit comments

Comments
 (0)