Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ $.validator.addMethod( "cifES", function( value, element ) {
}, "Please specify a valid CIF number." );

/*
* Brazillian CPF number (Cadastrado de Pessoas Físicas) is the equivalent of a Brazilian tax registration number.
* Brazilian CPF number (Cadastrado de Pessoas Físicas) is the equivalent of a Brazilian tax registration number.
* CPF numbers have 11 digits in total: 9 numbers followed by 2 check numbers that are being used for validation.
*/
$.validator.addMethod( "cpfBR", function( value ) {
Expand Down
2 changes: 1 addition & 1 deletion docs/xmldocs/llama.extensions.icontextparamsextensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Namespace: LLama.Extensions

Extention methods to the IContextParams interface
Extension methods to the IContextParams interface

```csharp
public static class IContextParamsExtensions
Expand Down