Meteor-Community-Packages / meteor-simple-schema

Meteor integration package for simpl-schema
https://github.com/Meteor-Community-Packages/meteor-simple-schema
MIT License
919 stars 161 forks source link

error in Documentation [max] > {{max}} #733

Closed twentyfortysix closed 6 years ago

twentyfortysix commented 6 years ago

Hi

the doc says that "The message is a string" should be written with [] but the {{}} are actually right and so the :

SimpleSchema.messages({
  required: "[label] is required",
...
becomes
SimpleSchema.messages({
  required: "{{label}} is required",
..
aldeed commented 6 years ago

The Meteor SimpleSchema package is no longer maintained other than critical fixes to keep it running with each latest Meteor release. Closing non-critical issues in this repo. Anyone who cares about this may do one or more of the following: