Fix capitalization, typo, and grammar mistake #2533

Merged
merged 2 commits into from Aug 16, 2016

Conversation

Projects
None yet
3 participants
Collaborator

acinader commented Aug 16, 2016

No description provided.

@ghost

ghost commented Aug 16, 2016

@acinader updated the pull request.

@ghost

ghost commented Aug 16, 2016

@acinader updated the pull request.

@acinader acinader commented on the diff Aug 16, 2016

@@ -1,6 +1,6 @@
# Upgrading Parse Server to version 2.3.0
-Parse Server version 2.3.0 begins using unique indexes to ensure User's username and email are unique. This is not a backwards incompatable change, but it may in some cases cause a significant performance regression until the index finishes building. Building the unique index before upgrading your Parse Server version will eliminate the performance impact, and is a recommended step before upgrading any app to Parse Server 2.3.0. New apps starting with version 2.3.0 do not need to take any steps before beginning their project.
+Parse Server version 2.3.0 begins using unique indexes to ensure the User's username and email are unique. This is not a backwards incompatible change, but it may in some cases cause a significant performance regression until the index finishes building. Building the unique index before upgrading your Parse Server version will eliminate the performance impact, and is a recommended step before upgrading any app to Parse Server 2.3.0. New apps starting with version 2.3.0 do not need to take any steps before beginning their project.
@acinader

acinader Aug 16, 2016

Collaborator

Not sure why github isn't highlighting the changes. There are two. Change "ensure User's" to "ensure the User's" and correct the spelling of incompatible.

codecov-io commented Aug 16, 2016 edited

Current coverage is 91.92% (diff: 100%)

Merging #2533 into master will not change coverage

@@             master      #2533   diff @@
==========================================
  Files            96         96          
  Lines         10887      10887          
  Methods        1345       1345          
  Messages          0          0          
  Branches       1757       1757          
==========================================
  Hits          10008      10008          
  Misses          879        879          
  Partials          0          0          

Powered by Codecov. Last update fc73518...00d1457

flovilmart merged commit 7616b8d into parse-community:master Aug 16, 2016

1 check failed

continuous-integration/travis-ci/pr The Travis CI build failed
Details

@caoer caoer added a commit to caoer/parse-server that referenced this pull request Aug 29, 2016

@caoer caoer Merge remote-tracking branch 'ParsePlatform/master'
* ParsePlatform/master: (100 commits)
  Only allow basic auth credentials with a known appId (#2574)
  vk.com provider registered (#2579)
  chore(package): update parse-server-push-adapter to version 1.1.0 (#2588)
  vk.com auth data manager implemented (#2578)
  Fix a typo (#2563)
  Makes sure routes don't overlap and yield a header set error (#2559)
  Postgres: $all, $and CLP and more (#2551)
  Changelog 2.2.18 (#2558)
  chore(package): update winston-daily-rotate-file to version 1.3.0 (#2547)
  chore(package): update parse-server-s3-adapter to version 1.0.5 (#2536)
  Adds bcrypt native binding for better login performance (#2549)
  chore(package): update mongodb to version 2.2.7 (#2554)
  Make parse-server cloud code logging closer parse.com legacy (#2550)
  chore(package): update pg-promise to version 5.3.1 (#2519)
  Postgres: Operations, Hooks, OAuth login, Files support (#2528)
  Syncing afterSave/afterDelete trigger calls (Issue #2489) (#2499)
  Updated README.md (#2538)
  Fix capitalization, typo, and grammar mistake (#2533)
  Update ISSUE_TEMPLATE.md
  fix typo (#2525)
  ...
4da46a6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment