Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Spelling #814

Open
wants to merge 14 commits into
base: gh-pages
Choose a base branch
from
26 changes: 26 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Check Spelling
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
name: ${{ matrix.name }}
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependancies
run: npm install
- name: Check Spelling
run: npm run spelltest
303 changes: 303 additions & 0 deletions .spelling
Original file line number Diff line number Diff line change
@@ -0,0 +1,303 @@
backend
metadata
config
boolean
filename
unreferenced
parcelable
datastore
json-compatible
schemaless
json-encoded
accessors
bool
codebases
autocomplete
subclassing
i.e.
mutators
autocompletion
unparceling
unparceled
stateful
readonly
ios
osx
winrt
winphone
dotnet
gcm
uri
subclassed
v1.2.13
v1.4.0
v1.2.7
e.g.
100k
5k
targetable
programmatically
anded
misconfiguration
mysql
datasets
bbq
subqueries
_
readme.md
ultra-customizable
signup
recyclerview.adapter
timestamps
autoload
bcrypt
plaintext
todo
setdefaultacl
defaultacl
3.x
4.x
4.x.
gradle
x.x.x
v3.0
okhttp
iot
arduino
repo
unarchive
yún
v1.6.0
performant
json-encodable
realtime
httprequest
npm
http
3xx
url
charset
webhooks
webhook
express.js
github
cloudcodewebhooks-express
_user
_installation
params
enqueue
xamarin
validator
async
_jobstatus's
heroku
_jobstatus
request.object
refetched
resaved
datadog
ws_connect
ws_disconnect
ws_disconnect_error
websocket
timestamp
openssl
json-to-csv
mongodb
searchable
pre-process
geo-queries
geo-point
decompile
non-https
friendof___
javascript
restapikey
asp.net
intellisense
runtimes
unencrypted
ios7
a.k.a.
args
wmappmanifest.xml.
app.xaml.cs
4xx
5xx
graphql
sortability
unindexed
graphql.js
françois
amongst
keychain
xcode
podfile
xcworkspace
cartfile
subproject
appdelegate.swift
appdelegate.m
subscripting
throwable
subclassses
back4app
tvos
backgrounded
uiapplicationdelegate
v1.7.5
misconfigured
hoc
uikit
subspecs
customizable
bitwise
datasource
customizability
placeholder.jpg
localizable
andrew
facebookappid
plist
v4.0
nodejs
base64-encoded
pre-compiled
npmcdn
node.js
backbone.js
websockets_api
hostname
classname_objectid
classname
codebase
v2.3.0
destructured
object.set
commonjs
rethrow
promisified
apns
watchos
сount
databrowser
_linkwith
un-authenticated
rocksdb
embeddable
50x
toolset
i2
r3
ssds
i2.xlarge
i2.2xlarge
i2.4xlarge
mdadm
pre-packaged
percona
mongodb.conf
ubuntu
cron
mydata
db1
mydb
mongodump
mongorestore
rs.add
oplog
resize
snapshotting
redis
redis.createclient
postgres
postgis
mlab.com
middleware
toolbelt
mongolab_uri
dev
index.js
analytics.js
auth.js
batch.js
cache.js
classes.js
config.js
crypto.js
databaseadapter.js
exportadapter.js
facebook.js
files.js
filesadapter.js
fileloggeradapter.js
functions.js
gridstoreadapter.js
installations.js
loggeradapter.js
middlewares.js
promiserouter.js
push.js
rest.js
restquery.js
restwrite.js
roles.js
schema.js
sessions.js
transform.js
triggers.js
users.js
aes256-gcm
s3_access_key
s3_secret_key
s3_bucket
s3adapter
gcsadapter
fsadapter
parse-server-fs-adapter
node.js.
postgresql
2.x
whitelist
runtime
dynos
json
androidmanifest.xml
macos
raywenderlich.com
appcoda.com
janrain
keycloak
meetup
phantauth
spotify
vkontakte
weibo
oauth
userinfo
forumsys
nginx.conf
composer.json
autoloader
__construct
geo
parsable
superglobal
postfixed
that'll
geolocations
plott's
lt
lte
gte
nin
dontselect
tokenizer
unaccent
2xx
wi-fi
1.0a
unlinking
nuget-link
5.2.x
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this file is the "ignore" list for the spell check. There are quite a lot of version numbers, does this accept a regex to cover all these version numbers?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't believe so

Copy link
Member

@mtrezza mtrezza Sep 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you sort the contents of this file alphabetically? Just for better overview. The file looks suspiciously long, maybe there al alphabetical order can give us a better idea about why it contains so many entries.

40x
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, sex characteristics, gender identity and expression,
level of experience, education, socio-economic status, nationality, personal
level of experience, education, socioeconomic status, nationality, personal
dblythy marked this conversation as resolved.
Show resolved Hide resolved
appearance, race, religion, or sexual identity and orientation.

## Our Standards
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ npm run dev-win
Finally, open http://localhost:4000/ in your web browser.
File changes will be output to `_site` folder and the browser will auto refresh.

Please ensure your changes are free of spelling errors using `npm run spellcheck`.

-----

As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.
Expand Down
2 changes: 1 addition & 1 deletion _includes/android/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ParseConfig.getInBackground(new ConfigCallback() {

// Get the message from config or fallback to default value
String welcomeMessage = config.getString("welcomeMessage", "Welcome!");
Log.d("TAG", String.format("Welcome Messsage From Config = %s", welcomeMessage));
Log.d("TAG", String.format("Welcome Message From Config = %s", welcomeMessage));
}
});
```
Expand Down
2 changes: 1 addition & 1 deletion _includes/android/objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ String playerName = gameScore.getString("playerName");
boolean cheatMode = gameScore.getBoolean("cheatMode");
```

If you don't know what type of data you're getting out, you can call `get(key)`, but then you probably have to cast it right away anyways. In most situations you should use the typed accessors like `getString`.
If you don't know what type of data you're getting out, you can call `get(key)`, but then you probably have to cast it right away anyway. In most situations you should use the typed accessors like `getString`.

The four special values have their own accessors:

Expand Down
Loading