@@ -83,7 +83,7 @@ Installation
8383
8484 * ` php >= 5.3.3 ` and some core extensions like ` php-xml ` , ` php-date ` , ` php-zlib ` .
8585 * ` openssl ` . Install the openssl library. It handles x509 certificates.
86- * ` mcrypt ` . Install that library and its php driver if you gonna handle
86+ * ` mcrypt ` . Install that library and its php driver if you're going to handle
8787 encrypted data (` nameID ` , ` assertions ` ).
8888 * ` gettext ` . Install that library and its php driver. It handles translations.
8989 * ` curl ` . Install that library and its php driver if you plan to use the IdP Metadata parser.
@@ -124,7 +124,7 @@ Compatibility
124124
125125This 2.0 version has a new library. The toolkit is still compatible.
126126
127- The old code that you used in order to add SAML support gonna continue working
127+ The old code that you used in order to add SAML support will continue working
128128with minor changes. You only need to load the files of the ` lib/Saml ` folder.
129129(notice that the ` compatibility.php ` file do that).
130130
@@ -1514,11 +1514,11 @@ Once the SP is configured, the metadata of the SP is published at the
15141514
15151515### How it works ###
15161516
1517- At demo1, we saw how all the SAML Request and Responses were handler at an
1517+ In demo1, we saw how all the SAML Request and Responses were handler at an
15181518unique file, the ` index.php ` file. This demo1 uses high-level programming.
15191519
1520- At demo2, we have several views: ` index.php ` , ` sso.php ` , ` slo.php ` , ` consume.php `
1521- and ` metadata.php ` . As we said, we gonna use the endpoints that are defined
1520+ In demo2, we have several views: ` index.php ` , ` sso.php ` , ` slo.php ` , ` consume.php `
1521+ and ` metadata.php ` . As we said, we will use the endpoints that are defined
15221522in the toolkit (` acs.php ` , ` sls.php ` of the endpoints folder). This demo2 uses
15231523low-level programming.
15241524
0 commit comments